mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +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({
|
||||
type: "POST",
|
||||
url: p,
|
||||
cache: false,
|
||||
contentType: "application/json",
|
||||
data: JSON.stringify(
|
||||
d,
|
||||
@ -1225,6 +1226,7 @@ namespace OS {
|
||||
return $.ajax({
|
||||
url: p,
|
||||
data: formd,
|
||||
cache: false,
|
||||
type: "POST",
|
||||
contentType: false,
|
||||
processData: false,
|
||||
|
Loading…
Reference in New Issue
Block a user