diff --git a/public_html/js/Api.js b/public_html/js/Api.js
index dccb2edb..1bc45e17 100644
--- a/public_html/js/Api.js
+++ b/public_html/js/Api.js
@@ -92,6 +92,7 @@ App.API = function(_, jQuery, promise, appState) {
type: method,
url: fullUrl,
data: data,
+ cache: false,
});
});
apiPromise.xhr = xhr;