commento.js: fix anonymity button logic typo

This commit is contained in:
Adhityaa 2018-06-11 01:20:15 +05:30
parent 95d80927b2
commit 1a61d52123

View File

@ -331,7 +331,7 @@
commenters = resp.commenters;
configuredOauths = resp.configuredOauths;
if (!resp.requireModeration)
if (!resp.requireIdentification)
configuredOauths.push("anonymous");
cssLoad(cdn + "/css/commento.css");