Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
3f77c1ee
Commit
3f77c1ee
authored
Jun 21, 2013
by
Stephane Glondu
Browse files
Fix booth exit
parent
ebdd8d1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/booth/vote.html
View file @
3f77c1ee
...
...
@@ -84,7 +84,7 @@ window.onbeforeunload = function(evt) {
BOOTH
.
exit
=
function
()
{
if
(
confirm
(
"
Are you sure you want to exit the booth and lose all information about your current ballot?
"
))
{
BOOTH
.
started_p
=
false
;
window
.
location
=
BOOTH
.
election
.
cast_url
;
window
.
location
=
"
/election/?uuid=
"
+
BOOTH
.
election
.
uuid
;
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment