mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
allow categories to choose "no icon"
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user