From d047dda937bee70e7d86fd855e9eaf64d0b072fb Mon Sep 17 00:00:00 2001 From: rstular Date: Thu, 14 May 2020 12:58:05 +0200 Subject: Revert debugging step --- js/gsec.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/gsec.js b/js/gsec.js index d06b409..d60dd36 100644 --- a/js/gsec.js +++ b/js/gsec.js @@ -82,6 +82,7 @@ class gsec { }, crossDomain: true, url: getUrl, + cache: false, type: "GET", dataType: "html", success: (data, textStatus, request) => { @@ -134,6 +135,7 @@ class gsec { url: GSE_URL + "WS_Gim/wsGimSisUtils.asmx/GetSessionData", type: "POST", dataType: "json", + cache: false, contentType: "application/json", data: "{}", processData: false, @@ -172,6 +174,7 @@ class gsec { type: "POST", dataType: "json", contentType: "application/json", + cache: false, data: JSON.stringify({ "aIdOsebeRe": "", "aIdSolskoLeto": Number(letnica).toString(), @@ -336,6 +339,7 @@ class gsec { url: GSE_URL + "Page_Gim/Uporabnik/Sporocila.aspx/DeleteMessage", type: "POST", dataType: "json", + cache: false, contentType: "application/json", data: JSON.stringify({ "aIdSporocilo": id.split("|")[0], -- cgit v1.2.3