allow categories to choose "no icon"

This commit is contained in:
psychobunny
2016-07-20 13:35:51 -04:00
parent e56011c8fd
commit 9e17d64d29

View File

@@ -17,6 +17,9 @@ define('iconSelect', function() {
}
templates.parse('partials/fontawesome', {}, function(html) {
html = $(html);
html.find('.fa-icons').prepend($('<i class="fa fa-nbb-none"></i>'));
var picker = bootbox.dialog({
onEscape: true,
backdrop: true,