// Add cache control to ajax request for ipad
This commit is contained in:
+2
-1
@@ -89,7 +89,8 @@
|
||||
{
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: 'ajax.php',
|
||||
headers: { "cache-control": "no-cache" },
|
||||
url: 'ajax.php?rand=' + new Date().getTime(),
|
||||
data: 'getZones=true&token={$token}',
|
||||
async : true,
|
||||
cache: false,
|
||||
|
||||
Reference in New Issue
Block a user