diff --git a/frontend/js/commento.js b/frontend/js/commento.js index b17ed2c..1ccde22 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1395,7 +1395,10 @@ attrSet(loggedContainer, "style", ""); } - remove($(ID_LOGIN)); + if (commenterTokenGet() !== "anonymous") { + remove($(ID_LOGIN)); + } + if (id !== null) { global.commentNew(id, resp.commenterToken, function() { global.loginBoxClose();