Merge pull request #2831 from MegaGM/fix.acp.navigation.delete.btn

Click on "Delete" btn in ACP > General > Navigation causes redirect.
v1.18.x
Barış Soner Uşaklı 10 years ago
commit 5b821b2f24

@ -75,6 +75,7 @@ define('admin/general/navigation', function() {
function remove() {
$(this).parents('li').remove();
return false;
}
function toggle() {

Loading…
Cancel
Save