Skip to content
Snippets Groups Projects

Resolve "Handle parties"

Merged Alexis POYEN requested to merge 33-handle-parties into master
2 files
+ 0
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,9 +7,6 @@ import * as Desks from "/components/management/desk.js";
// DOM elements
// local variables
let current_user;
export async function mount(where) {
const genericElectionComponent = new GenericElection();
await genericElectionComponent.mount(where);
@@ -42,7 +39,6 @@ class GenericElection {
<div class="modal" id="section-modal"></div>
<div class="modal" id="desk-modal"></div>
`;
current_user = await Auth.GetUser();
this.electionHandler = await Election.mount("election", this);
this.areaHandler = await Areas.mount("areas", this);
this.sectionHandler = await Sections.mount("sections", this);
Loading