commento.js: use commenterToken from args

Fixes https://gitlab.com/commento/commento/issues/114
This commit is contained in:
Adhityaa Chandrasekar 2019-02-22 18:20:12 -05:00
parent 685f3a3a58
commit 23bec48ebb

View File

@ -522,7 +522,7 @@
}
var json = {
"commenterToken": commenterTokenGet(),
"commenterToken": commenterToken,
"domain": parent.location.host,
"path": parent.location.pathname,
"parentHex": id,