From 684734cb2939c8e2e4d1482f4cd93ef0deb0745d Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Mon, 11 Jun 2018 01:23:37 +0530 Subject: [PATCH] commento.js: fix configuredOauths 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 f3342c3..ec55871 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1157,7 +1157,7 @@ remove(emailButton); remove(loginLinkContainer); if (loginBoxType == "signup") { - if (configuredOauth.length > 0) { + if (configuredOauths.length > 0) { remove(hr); remove(oauthPretext); remove(oauthButtonsContainer);