mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
disable cache in $.ajax
This commit is contained in:
parent
cbfba153dc
commit
cac548edf9
Binary file not shown.
@ -1138,6 +1138,7 @@ namespace OS {
|
|||||||
return $.ajax({
|
return $.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: p,
|
url: p,
|
||||||
|
cache: false,
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
data: JSON.stringify(
|
data: JSON.stringify(
|
||||||
d,
|
d,
|
||||||
@ -1225,6 +1226,7 @@ namespace OS {
|
|||||||
return $.ajax({
|
return $.ajax({
|
||||||
url: p,
|
url: p,
|
||||||
data: formd,
|
data: formd,
|
||||||
|
cache: false,
|
||||||
type: "POST",
|
type: "POST",
|
||||||
contentType: false,
|
contentType: false,
|
||||||
processData: false,
|
processData: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user