diff --git a/CSS/addons/unraid/login-page/retro-terminal/js/custom_text_header.js b/CSS/addons/unraid/login-page/retro-terminal/js/custom_text_header.js index 8febdc0f..7890b6ed 100644 --- a/CSS/addons/unraid/login-page/retro-terminal/js/custom_text_header.js +++ b/CSS/addons/unraid/login-page/retro-terminal/js/custom_text_header.js @@ -3,7 +3,7 @@ // ACSII slant font // Needs to be inside
-// You must escape any backward slashes. "\\" +// YOU MUST ESCAPE ANY SINGLE BACKSLASHES LIKE SO: \\ let custom_text_header = `
                     __                             ___       __  
@@ -13,4 +13,4 @@ let custom_text_header = `
 /_/ /_/\\____/____/\\__/_/   \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_|  
                                                                  
`; -document.getElementById("login").innerHTML += custom_text_header \ No newline at end of file +document.getElementById("login").innerHTML += custom_text_header