Update themes/fzmin2/static/js/themes.js
Some checks failed
pipeline / deploy-job (push) Failing after 3m37s

This commit is contained in:
fzorb 2025-01-16 15:12:22 +02:00
parent 442a2fec15
commit 42dd5380e3

View File

@ -1,4 +1,4 @@
const themes = ['default', 'xmin', 'winter', '1337', 'red'] const themes = ['default', 'xmin', 'winter', '1337', 'red', 'red2']
themes.forEach(theme => { themes.forEach(theme => {
document.getElementById("themes").insertAdjacentHTML('afterbegin', "<option id='" + theme + "'>" + theme + "</option>" ) document.getElementById("themes").insertAdjacentHTML('afterbegin', "<option id='" + theme + "'>" + theme + "</option>" )