diff --git a/admin-dev/themes/template/products/images.tpl b/admin-dev/themes/template/products/images.tpl index feab413c2..6bbb07525 100644 --- a/admin-dev/themes/template/products/images.tpl +++ b/admin-dev/themes/template/products/images.tpl @@ -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); + } }