From a54b0c6a543b5025acbfefff28975d5162deadf7 Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Mon, 27 Jan 2014 14:17:20 +0100 Subject: [PATCH] Disable caching on all requests to ES. --- sense/app/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sense/app/utils.js b/sense/app/utils.js index 68ed48301d3f..5d4fef6b62b5 100644 --- a/sense/app/utils.js +++ b/sense/app/utils.js @@ -61,6 +61,7 @@ define([ url: url, data: method == "GET" ? null : data, password: password, + cache: false, username: uname, crossDomain: true, type: method,