// add success message when deleting product image

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