Commit 6ffced55a96c1f24caa10a1ad8577c989a334902

Authored by Evandro Jr
1 parent 1e3af10e

logout method

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -868,6 +868,8 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F @@ -868,6 +868,8 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F
868 var self = $(this); 868 var self = $(this);
869 $.removeCookie('*'); 869 $.removeCookie('*');
870 logged_in = false; 870 logged_in = false;
  871 + $('.logout').hide();
  872 + $('.entrar').show();
871 e.preventDefault(); 873 e.preventDefault();
872 }); 874 });
873 875