diff --git a/sense/app/utils.js b/sense/app/utils.js index 68ed48301d3fe..5d4fef6b62b56 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,