Commit 6ffced55a96c1f24caa10a1ad8577c989a334902
1 parent
1e3af10e
Exists in
master
and in
5 other branches
logout method
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
js/main.js
... | ... | @@ -868,6 +868,8 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
868 | 868 | var self = $(this); |
869 | 869 | $.removeCookie('*'); |
870 | 870 | logged_in = false; |
871 | + $('.logout').hide(); | |
872 | + $('.entrar').show(); | |
871 | 873 | e.preventDefault(); |
872 | 874 | }); |
873 | 875 | ... | ... |