From 1a61d52123744126125c4d60a8e46f7bd78a1d8e Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Mon, 11 Jun 2018 01:20:15 +0530 Subject: [PATCH] commento.js: fix anonymity button logic typo --- frontend/js/commento.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/commento.js b/frontend/js/commento.js index fb69da1..f3342c3 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -331,7 +331,7 @@ commenters = resp.commenters; configuredOauths = resp.configuredOauths; - if (!resp.requireModeration) + if (!resp.requireIdentification) configuredOauths.push("anonymous"); cssLoad(cdn + "/css/commento.css");