mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed AJAX external caching
jQuery's caching caused problems in some scenarios, for example with scoring/faving posts.
This commit is contained in:
@ -92,6 +92,7 @@ App.API = function(_, jQuery, promise, appState) {
|
||||
type: method,
|
||||
url: fullUrl,
|
||||
data: data,
|
||||
cache: false,
|
||||
});
|
||||
});
|
||||
apiPromise.xhr = xhr;
|
||||
|
Reference in New Issue
Block a user