Initial commit
This commit is contained in:
commit
744e2063ae
22 changed files with 666 additions and 0 deletions
7
js/theme.js
Normal file
7
js/theme.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
function changeTheme(name) {
|
||||
themeData.theme = name;
|
||||
themeData.save();
|
||||
$("#theme-stylesheet").href = "css/themes/" + name + ".css"
|
||||
}
|
||||
|
||||
changeTheme(themeData.theme);
|
Loading…
Add table
Add a link
Reference in a new issue