diff --git a/release/antos-1.2.0.tar.gz b/release/antos-1.2.0.tar.gz index 1cabd2e..de31812 100644 Binary files a/release/antos-1.2.0.tar.gz and b/release/antos-1.2.0.tar.gz differ diff --git a/src/core/core.ts b/src/core/core.ts index 07a2e63..d3846e1 100644 --- a/src/core/core.ts +++ b/src/core/core.ts @@ -1138,7 +1138,7 @@ namespace OS { return $.ajax({ type: "POST", url: p, - cache: false, + headers: { 'Cache-Control': 'no-cache'}, contentType: "application/json", data: JSON.stringify( d, @@ -1226,7 +1226,7 @@ namespace OS { return $.ajax({ url: p, data: formd, - cache: false, + headers: { 'Cache-Control': 'no-cache'}, type: "POST", contentType: false, processData: false,