From 3edbb364feb8a0c5b857862d31556bab8cb076a2 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Mon, 4 Jul 2022 16:12:35 +0200 Subject: [PATCH] Renamed data-ghost attribute on comments script --- core/frontend/helpers/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/helpers/comments.js b/core/frontend/helpers/comments.js index 2d63bf006f..b05479a600 100644 --- a/core/frontend/helpers/comments.js +++ b/core/frontend/helpers/comments.js @@ -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