mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
closes #3844
This commit is contained in:
@@ -76,6 +76,7 @@ define('admin/general/navigation', ['translator', 'iconSelect'], function(transl
|
||||
templates.parse('admin/general/navigation', 'enabled', {enabled: [data]}, function(li) {
|
||||
li = $(translator.unescape(li));
|
||||
$('#enabled').append(li);
|
||||
componentHandler.upgradeDom()
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user