Removed AJAX external caching
jQuery's caching caused problems in some scenarios, for example with scoring/faving posts.
This commit is contained in:
parent
9e894bc41c
commit
2b0a4d1f76
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ App.API = function(_, jQuery, promise, appState) {
|
|||
type: method,
|
||||
url: fullUrl,
|
||||
data: data,
|
||||
cache: false,
|
||||
});
|
||||
});
|
||||
apiPromise.xhr = xhr;
|
||||
|
|
Loading…
Reference in a new issue