From 33c235ed3b76a5597356d8a23bc4f8a7fc76d03f Mon Sep 17 00:00:00 2001 From: John Puddephatt Date: Thu, 1 Aug 2019 20:39:54 +0100 Subject: [PATCH] remove stray space --- frontend/app/embed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");