mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
lint: fix
This commit is contained in:
@@ -42,7 +42,7 @@ define('admin/settings/navigation', [
|
|||||||
const el = $(this);
|
const el = $(this);
|
||||||
const index = el.parents('[data-index]').attr('data-index');
|
const index = el.parents('[data-index]').attr('data-index');
|
||||||
$('#active-navigation [data-index="' + index + '"] i.dropdown-icon').toggleClass('hidden', !el.is(':checked'));
|
$('#active-navigation [data-index="' + index + '"] i.dropdown-icon').toggleClass('hidden', !el.is(':checked'));
|
||||||
})
|
});
|
||||||
|
|
||||||
$('#active-navigation').on('click', 'li', onSelect);
|
$('#active-navigation').on('click', 'li', onSelect);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user