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

Feat : Cancel editing vote

parent 39877c01
No related branches found
No related tags found
1 merge request!42Resolve "Capture votes"
......@@ -96,6 +96,11 @@ class Vote {
.addEventListener("click", function () {
voteHandler.parent.deskRoundHandler.mount("vote-section");
});
document
.getElementById(`votes-cancel`)
.addEventListener("click", function () {
voteHandler.loadVotes();
});
}
async refreshBreadCrumb() {
......
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