update BS brand colors in ACP

This commit is contained in:
psychobunny
2014-05-14 18:05:17 -04:00
parent 4234057821
commit a5a2e6f04e
4 changed files with 48 additions and 12 deletions

View File

@@ -83,6 +83,10 @@ 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) {
plugins.toggleActive(plugin_id, callback);
};