Click on "Delete" btn in ACP > General > Navigation causes redirect.

v1.18.x
Mega 10 years ago
parent 3dd337bd34
commit 42eadc72a4

@ -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() {

Loading…
Cancel
Save