[-] 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user