mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: prefix ownerToken with commento
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
var email = $("#new-mod").val();
|
||||
|
||||
var json = {
|
||||
"ownerToken": global.cookieGet("ownerToken"),
|
||||
"ownerToken": global.cookieGet("commentoOwnerToken"),
|
||||
"domain": data.domains[data.cd].domain,
|
||||
"email": email,
|
||||
}
|
||||
@ -53,7 +53,7 @@
|
||||
var data = global.dashboard.$data;
|
||||
|
||||
var json = {
|
||||
"ownerToken": global.cookieGet("ownerToken"),
|
||||
"ownerToken": global.cookieGet("commentoOwnerToken"),
|
||||
"domain": data.domains[data.cd].domain,
|
||||
"email": email,
|
||||
}
|
||||
|
Reference in New Issue
Block a user