Cache Bust AJAX calls IG for HA-Proxy

main
Robert 3 years ago
parent 0691dd43fe
commit 52716610c4
  1. 2
      core/addons/ajax.js

@ -159,7 +159,7 @@
}
}
};
xmlHttp.open(options.method || 'GET', url, true);
xmlHttp.open(options.method || 'GET', url + ts, true);
if (options.headers) {
for (var key in options.headers) {
xmlHttp.setRequestHeader(key, options.headers[key]);

Loading…
Cancel
Save