Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Disable caching on all requests to ES.
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Jan 27, 2014
1 parent d44e83f commit a54b0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sense/app/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ define([
url: url,
data: method == "GET" ? null : data,
password: password,
cache: false,
username: uname,
crossDomain: true,
type: method,
Expand Down

0 comments on commit a54b0c6

Please sign in to comment.