mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Renamed data-ghost attribute on comments script
This commit is contained in:
parent
ab0dc4769c
commit
3edbb364fe
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ async function comments() {
|
||||||
const frontendKey = await getFrontendKey();
|
const frontendKey = await getFrontendKey();
|
||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
ghost: urlUtils.getSiteUrl(),
|
'ghost-comments': urlUtils.getSiteUrl(),
|
||||||
api: urlUtils.urlFor('api', {type: 'content'}, true),
|
api: urlUtils.urlFor('api', {type: 'content'}, true),
|
||||||
key: frontendKey,
|
key: frontendKey,
|
||||||
'comment-id': commentId
|
'comment-id': commentId
|
||||||
|
|
Loading…
Add table
Reference in a new issue