// add success message when deleting product image

This commit is contained in:
mMarinetti
2011-12-22 13:48:47 +00:00
parent 9b5c9f0e3d
commit f507187cc2
@@ -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);
}
}