mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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 data = {
|
||||
ghost: urlUtils.getSiteUrl(),
|
||||
'ghost-comments': urlUtils.getSiteUrl(),
|
||||
api: urlUtils.urlFor('api', {type: 'content'}, true),
|
||||
key: frontendKey,
|
||||
'comment-id': commentId
|
||||
|
|
Loading…
Reference in a new issue