Commit 6ff92729f28cd352c7e157f0aaaeb484b011c1e3
1 parent
b4249459
Exists in
master
and in
5 other branches
Fix login callback for multiple divs
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/main.js
... | ... | @@ -210,6 +210,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
210 | 210 | if(token){ |
211 | 211 | Main.private_token = token; |
212 | 212 | } |
213 | + requireLoginContainer = $('.require-login-container'); | |
213 | 214 | requireLoginContainer.find('.require-login').show(); |
214 | 215 | requireLoginContainer.find('.require-login .message').show(); |
215 | 216 | requireLoginContainer.find('.login-container').hide(); | ... | ... |