// Add cache control to ajax request for ipad

This commit is contained in:
Jerome Nadaud
2013-10-09 09:55:17 +02:00
parent d448891065
commit 18d909c05d
@@ -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,