commento.js: use commenterToken from args
Fixes https://gitlab.com/commento/commento/issues/114
This commit is contained in:
parent
685f3a3a58
commit
23bec48ebb
@ -522,7 +522,7 @@
|
||||
}
|
||||
|
||||
var json = {
|
||||
"commenterToken": commenterTokenGet(),
|
||||
"commenterToken": commenterToken,
|
||||
"domain": parent.location.host,
|
||||
"path": parent.location.pathname,
|
||||
"parentHex": id,
|
||||
|
Loading…
Reference in New Issue
Block a user