Fix typo in voting booth when failing to load fingerprintjs2
This commit is contained in:
parent
c948615647
commit
adbdb21e0d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{#
|
{#
|
||||||
Eos - Verifiable elections
|
Eos - Verifiable elections
|
||||||
Copyright © 2017-2019 RunasSudo (Yingtong Li)
|
Copyright © 2017-2021 RunasSudo (Yingtong Li)
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
@ -72,7 +72,7 @@
|
|||||||
// Verify booth
|
// Verify booth
|
||||||
if (should_do_fingerprint) {
|
if (should_do_fingerprint) {
|
||||||
if (typeof Fingerprint2 === 'undefined') {
|
if (typeof Fingerprint2 === 'undefined') {
|
||||||
boothError('Your browser did not load fingerprintj2 correctly. Please try again after disabling your ad blockers and similar software. If the issue persists, try using a different browser.');
|
boothError('Your browser did not load fingerprintjs2 correctly. Please try again after disabling your ad blockers and similar software. If the issue persists, try using a different browser.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user