From 5a55d3865b8fccaa14b595faef43ecee8c498f7a Mon Sep 17 00:00:00 2001 From: Matthias Evering Date: Wed, 6 Mar 2024 20:49:57 +0100 Subject: [PATCH] yet again a minor fix put brackets inside "quote/apostrophe" d2024-03-06 t20:49 --- common/js/index-buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/index-buttons.js b/common/js/index-buttons.js index 0d5fb6d9..5c3abfb0 100644 --- a/common/js/index-buttons.js +++ b/common/js/index-buttons.js @@ -30,7 +30,7 @@ document.addEventListener('DOMContentLoaded', async function() { // HIDE LOGIN BUTTON, ADD REGISTER BUTTON else { let loginArea = document.getElementById('loginStatusArea'); - let html = ` + let html = `` let span = document.createElement("span") span.innerHTML = html loginArea.appendChild(span);