// Fixed #PSTEST-1007
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14263 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -186,7 +186,7 @@
|
||||
|
||||
|
||||
//find the position of the product id in product_id array
|
||||
var position = product_ids.indexOf(product_id);
|
||||
var position = jQuery.inArray(product_id, product_ids);
|
||||
if (position != -1)
|
||||
{
|
||||
//remove the id from the array
|
||||
|
||||
Reference in New Issue
Block a user