Commit 662731550212d18c45a565aef35d3645313eab3b

Authored by Evandro Jr
1 parent b4249459

Remove votedProposals after logout

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -906,6 +906,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F @@ -906,6 +906,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F
906 $(document).on('click', '.logout', function (e){ 906 $(document).on('click', '.logout', function (e){
907 var self = $(this); 907 var self = $(this);
908 $.removeCookie('_dialoga_session'); 908 $.removeCookie('_dialoga_session');
  909 + $.removeCookie('votedProposals');
909 $.removeCookie('*'); 910 $.removeCookie('*');
910 logged_in = false; 911 logged_in = false;
911 $('.logout').hide(); 912 $('.logout').hide();