This commit is contained in:
Aevann1 2022-04-14 19:20:00 +02:00
parent 5815c571bd
commit 2e195b5446
11 changed files with 15 additions and 18 deletions

View file

@ -11,6 +11,14 @@ function post(url) {
function updatebgselection(){
var bgselector = document.getElementById("backgroundSelector");
const backgrounds = [
{
folder: "anime",
backgrounds:
[
"1.webp",
"2.webp"
]
},
{
folder: "fantasy",
backgrounds:
@ -59,14 +67,6 @@ function updatebgselection(){
"5.webp",
]
},
{
folder: "anime",
backgrounds:
[
"1.webp",
"2.webp"
]
}
]
let bgContainer = document.getElementById(`bgcontainer`);
let str = '';