Commit e99e11bb695257cb1386a00cad9907e816353e83
1 parent
4fba4600
Exists in
master
and in
96 other branches
loader
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -60,7 +60,8 @@ |
60 | 60 | var input = prompt("Please enter " + random + " * 2 = ?", ""); |
61 | 61 | |
62 | 62 | if (input == answer) { |
63 | - document.getElementById('Btn_GuestLogin').value = 'guest'; | |
63 | + document.getElementById('Btn_GuestLogin').value = 'guest'; | |
64 | + setLoginLoader(true); | |
64 | 65 | return true; |
65 | 66 | } |
66 | 67 | else { | ... | ... |
js/resources/css/AccueilAmda.css