Disable caching on all requests to ES.

This commit is contained in:
Boaz Leskes 2014-01-27 14:17:20 +01:00
parent d44e83f3a2
commit a54b0c6a54

View file

@ -61,6 +61,7 @@ define([
url: url,
data: method == "GET" ? null : data,
password: password,
cache: false,
username: uname,
crossDomain: true,
type: method,