// Remove debug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15883 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-06-06 16:25:17 +00:00
parent 2bce691ae8
commit aee9e82405
+2 -2
View File
@@ -654,7 +654,7 @@ function init()
return false;
}
if (confirm(txt_confirm+2))
if (confirm(txt_confirm))
{
var element = $(this);
@@ -737,7 +737,7 @@ function init()
$('.delete_product_line').unbind('click');
$('.delete_product_line').click(function() {
if (!confirm(txt_confirm+1))
if (!confirm(txt_confirm))
return false;
var tr_product = $(this).parent().parent();