// Fixed #PSCFV-3700

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16932 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-21 12:14:38 +00:00
parent 68ebd15045
commit b661125ebf
+4
View File
@@ -484,6 +484,10 @@ function init()
}
else
jAlert(data.error);
},
error : function(XMLHttpRequest, textStatus, errorThrown)
{
jAlert("Impossible to add the product to the cart.\n\ntextStatus: '" + textStatus + "'\nerrorThrown: '" + errorThrown + "'\nresponseText:\n" + XMLHttpRequest.responseText);
}
});
ajaxQueries.push(ajax_query);