From 23bec48ebbde23151af94681a4613032314cb86b Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Fri, 22 Feb 2019 18:20:12 -0500 Subject: [PATCH] commento.js: use commenterToken from args Fixes https://gitlab.com/commento/commento/issues/114 --- 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 2bd913f..24a9c46 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -522,7 +522,7 @@ } var json = { - "commenterToken": commenterTokenGet(), + "commenterToken": commenterToken, "domain": parent.location.host, "path": parent.location.pathname, "parentHex": id,