[-] BO : #PSCFV-3474 - Force ajax request to be synchron

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16681 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-08-03 12:45:52 +00:00
parent 3b6b4c174c
commit 3e76816edb
@@ -351,7 +351,7 @@
$.ajax({
type:"POST",
url: "{$link->getAdminLink('AdminCarts')}",
async: true,
async: false,
dataType: "json",
data : {
ajax: "1",
@@ -467,7 +467,7 @@
$.ajax({
type:"POST",
url : "{$link->getAdminLink('AdminCarts')}",
async: true,
async: false,
dataType: "json",
data : {
ajax: "1",