Update themes/fzmin2/static/js/themes.js
Some checks failed
pipeline / deploy-job (push) Failing after 3m37s
Some checks failed
pipeline / deploy-job (push) Failing after 3m37s
This commit is contained in:
parent
442a2fec15
commit
42dd5380e3
@ -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>" )
|
||||||
|
Loading…
Reference in New Issue
Block a user