mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
ability to sort navigation
This commit is contained in:
@@ -24,6 +24,9 @@ define('admin/general/navigation', function() {
|
||||
});
|
||||
|
||||
$('#save').on('click', saveNavigation);
|
||||
|
||||
$('#enabled').sortable();
|
||||
$('#enabled').disableSelection();
|
||||
};
|
||||
|
||||
function saveNavigation() {
|
||||
|
||||
Reference in New Issue
Block a user