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

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

@ -18,7 +18,7 @@ define('admin/general/navigation', function() {
stop: drop
});
});
$('#enabled')
.on('click', '.delete', remove)
.on('click', '.toggle', toggle)
@ -75,6 +75,7 @@ define('admin/general/navigation', function() {
function remove() {
$(this).parents('li').remove();
return false;
}
function toggle() {

Loading…
Cancel
Save