diff --git a/util.js b/util.js index 01c3b73..f09eadf 100644 --- a/util.js +++ b/util.js @@ -11,6 +11,10 @@ if (typeof LRUCache != 'undefined') { var cache = new LRUCache(30); } +$.ajaxSetup({ + cache: false +}); + var DEBUG = false; var isPushStateEnabled = window.history && window.history.pushState && window.history.replaceState && // pushState isn't reliable on iOS until 5.