commento.js: fix anonymity button logic typo
This commit is contained in:
parent
95d80927b2
commit
1a61d52123
@ -331,7 +331,7 @@
|
||||
commenters = resp.commenters;
|
||||
configuredOauths = resp.configuredOauths;
|
||||
|
||||
if (!resp.requireModeration)
|
||||
if (!resp.requireIdentification)
|
||||
configuredOauths.push("anonymous");
|
||||
|
||||
cssLoad(cdn + "/css/commento.css");
|
||||
|
Loading…
Reference in New Issue
Block a user