mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
Click on "Delete" btn in ACP > General > Navigation causes redirect.
This commit is contained in:
@@ -75,6 +75,7 @@ define('admin/general/navigation', function() {
|
|||||||
|
|
||||||
function remove() {
|
function remove() {
|
||||||
$(this).parents('li').remove();
|
$(this).parents('li').remove();
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggle() {
|
function toggle() {
|
||||||
|
|||||||
Reference in New Issue
Block a user