// 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:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user