// add success message when deleting product image
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11599 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -240,6 +240,9 @@
|
||||
$("#imageTable tr").eq(1).find(".covered").attr("src", "../img/admin/enabled.gif");
|
||||
$("#countImage").html(parseInt($("#countImage").html()) - 1);
|
||||
refreshImagePositions($("#imageTable"));
|
||||
|
||||
showSuccessMessage(data.confirmations);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user