diff --git a/public/script.js b/public/script.js index 7fb86ed65..db6d25888 100644 --- a/public/script.js +++ b/public/script.js @@ -653,7 +653,7 @@ async function getBackgrounds() { for (const bg of getData) { const thumbPath = `/thumbnail?type=bg&file=${encodeURIComponent(bg)}`; $("#bg_menu_content").append( - `
+ `
` );