diff --git a/common/js/index-buttons.js b/common/js/index-buttons.js index c71e10c70..5c3abfb0f 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); @@ -41,4 +41,4 @@ document.addEventListener('DOMContentLoaded', async function() { signUpButton.style.display = "none"; } } -}) \ No newline at end of file +})