Skip to content

Commit 18dfda3

Browse files
Update default-templates/server/index.html
Co-authored-by: Timea <timea.turdean@gmail.com>
1 parent a773f11 commit 18dfda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-templates/server/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
else {
3535
let loginArea = document.getElementById('loginStatusArea');
3636
document.getElementById('prototype').style.display = "block";
37-
let html = `<input type="button" onclick="window.location.href="/register" value="register" style="padding: 1em; border-radius:0.5em; font-size: 100%;background-color: #efe;">`
37+
let html = `<input type="button" onclick="window.location.href='/register'" value="register" style="padding: 1em; border-radius:0.5em; font-size: 100%;background-color: #efe;">`
3838
let span = document.createElement("SPAN")
3939
span.innerHTML=html
4040
loginArea.appendChild(span);

0 commit comments

Comments
 (0)