diff --git a/frontend/js/commento.js b/frontend/js/commento.js index f5a2a40..0586990 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -231,6 +231,9 @@ global.logout = function() { cookieSet("commentoCommenterToken", "anonymous"); + isAuthenticated = false; + isModerator = false; + selfHex = undefined; refreshAll(); }