Removed AJAX external caching

jQuery's caching caused problems in some scenarios, for example with
scoring/faving posts.
This commit is contained in:
Marcin Kurczewski 2014-11-21 22:24:06 +01:00
parent 9e894bc41c
commit 2b0a4d1f76

View file

@ -92,6 +92,7 @@ App.API = function(_, jQuery, promise, appState) {
type: method, type: method,
url: fullUrl, url: fullUrl,
data: data, data: data,
cache: false,
}); });
}); });
apiPromise.xhr = xhr; apiPromise.xhr = xhr;