mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 14:56:01 +02:00
fixes #2665
This commit is contained in:
@@ -58,7 +58,8 @@ define('admin/appearance/skins', function() {
|
||||
url: theme.preview,
|
||||
css: theme.cssCdn
|
||||
};
|
||||
})
|
||||
}),
|
||||
showRevert: true
|
||||
}, function(html) {
|
||||
themeContainer.html(html);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user