diff --git a/frontend/app/embed.ts b/frontend/app/embed.ts index 1e5f01f9..2f525a39 100644 --- a/frontend/app/embed.ts +++ b/frontend/app/embed.ts @@ -19,7 +19,7 @@ async function init(): Promise { __webpack_public_path__ = HOST + '/web/'; await loadPolyfills(); - const node = document.getElementById( remark_config.node || NODE_ID); + const node = document.getElementById(remark_config.node || NODE_ID); if (!node) { console.error("Remark42: Can't find root node.");