rfds
This commit is contained in:
parent
5815c571bd
commit
2e195b5446
11 changed files with 15 additions and 18 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue