mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
some old left over branding code
This commit is contained in:
@@ -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