added colorPicker to branding inputs

This commit is contained in:
psychobunny
2014-05-14 18:51:06 -04:00
parent 4cf6ebda7b
commit 3b00417d99

View File

@@ -121,6 +121,7 @@ define(['forum/admin/settings'], function(Settings) {
Themes.prepareWidgets();
populateBranding();
admin.enableColorPicker($('.branding'));
Settings.prepare();
};