mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 19:36:41 +02:00
some old left over branding code
This commit is contained in:
@@ -18,8 +18,6 @@ module.exports = function(Meta) {
|
||||
Meta.css = {};
|
||||
Meta.css.cache = undefined;
|
||||
Meta.css.acpCache = undefined;
|
||||
Meta.css.branding = {};
|
||||
Meta.css.defaultBranding = {};
|
||||
|
||||
Meta.css.minify = function(callback) {
|
||||
callback = callback || function() {};
|
||||
|
||||
@@ -100,10 +100,6 @@ SocketAdmin.themes.set = function(socket, data, callback) {
|
||||
}
|
||||
};
|
||||
|
||||
SocketAdmin.themes.updateBranding = function(socket, data, callback) {
|
||||
meta.css.updateBranding();
|
||||
};
|
||||
|
||||
SocketAdmin.plugins.toggleActive = function(socket, plugin_id, callback) {
|
||||
require('../posts/cache').reset();
|
||||
plugins.toggleActive(plugin_id, callback);
|
||||
|
||||
Reference in New Issue
Block a user