Update themes/fzmin2/static/js/themes.js
This commit is contained in:
parent
442a2fec15
commit
42dd5380e3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const themes = ['default', 'xmin', 'winter', '1337', 'red']
|
||||
const themes = ['default', 'xmin', 'winter', '1337', 'red', 'red2']
|
||||
|
||||
themes.forEach(theme => {
|
||||
document.getElementById("themes").insertAdjacentHTML('afterbegin', "<option id='" + theme + "'>" + theme + "</option>" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue