Revert "CC-4605: Some AJAX calls are cached"
This reverts commit ffca5b42a8
.
This commit is contained in:
parent
e88e3a3df2
commit
d5c2c37a3e
8 changed files with 5 additions and 28 deletions
|
@ -479,7 +479,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"fnStateSave": function (oSettings, oData) {
|
||||
localStorage.setItem('datatables-library', JSON.stringify(oData));
|
||||
$.ajax({
|
||||
cache: false,
|
||||
url: "/usersettings/set-library-datatable",
|
||||
type: "POST",
|
||||
data: {settings : oData, format: "json"},
|
||||
|
@ -543,7 +542,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
aoData.push( { name: "type", value: type} );
|
||||
|
||||
$.ajax( {
|
||||
"cache": false,
|
||||
"dataType": 'json',
|
||||
"type": "POST",
|
||||
"url": sSource,
|
||||
|
@ -885,7 +883,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
}
|
||||
|
||||
request = $.ajax({
|
||||
cache: false,
|
||||
url: "/library/context-menu",
|
||||
type: "GET",
|
||||
data: {id : data.id, type: data.ftype, format: "json", "screen": screen},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue