added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463

This commit is contained in:
Julian Lam
2015-03-25 19:29:24 -04:00
parent 202789fa8d
commit d95f5a9ae0
4 changed files with 34 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
define('admin/manage/category', [
'uploader',
'admin/modules/iconSelect',
'iconSelect',
'admin/modules/colorpicker',
'autocomplete'
], function(uploader, iconSelect, colorpicker, autocomplete) {