Skip to content
Snippets Groups Projects
Commit 319e5475 authored by Alexis POYEN's avatar Alexis POYEN
Browse files

Merge branch '48-validate-a-vote-with-votes-displayed' into 'master'

Feat : remove card effect on round management

Closes #48

See merge request apoyen/elections!47
parents b3a9ab4a df6d4339
No related branches found
No related tags found
1 merge request!47Feat : remove card effect on round management
Pipeline #6045 passed
......@@ -339,6 +339,7 @@ class RoundDesk {
this.desk = null;
document.getElementById("desk-round-details").innerHTML = "";
document.getElementById("vote-section").innerHTML = "";
document.getElementById("vote-section").classList = ""
}
async displayVotes(deskRound) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment