mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
resolved issue #913
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define(function() {
|
||||
define(['forum/admin/settings'], function(Settings) {
|
||||
var Themes = {};
|
||||
|
||||
Themes.init = function() {
|
||||
@@ -96,6 +96,8 @@ define(function() {
|
||||
instListEl.innerHTML = '';
|
||||
instListEl.appendChild(themeFrag);
|
||||
});
|
||||
|
||||
Settings.prepare();
|
||||
}
|
||||
|
||||
Themes.render = function(bootswatch) {
|
||||
|
||||
Reference in New Issue
Block a user