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
|
@ -168,7 +168,6 @@ AIRTIME = (function(AIRTIME) {
|
|||
schedTable.fnDraw();
|
||||
|
||||
$.ajax({
|
||||
cache: false,
|
||||
url: "/usersettings/set-now-playing-screen-settings",
|
||||
type: "POST",
|
||||
data: {settings : {library : true}, format: "json"},
|
||||
|
@ -193,7 +192,6 @@ AIRTIME = (function(AIRTIME) {
|
|||
schedTable.fnDraw();
|
||||
|
||||
$.ajax({
|
||||
cache: false,
|
||||
url: "/usersettings/set-now-playing-screen-settings",
|
||||
type: "POST",
|
||||
data: {settings : {library : false}, format: "json"},
|
||||
|
@ -259,7 +257,6 @@ AIRTIME = (function(AIRTIME) {
|
|||
}
|
||||
|
||||
$.ajax( {
|
||||
"cache": false,
|
||||
"dataType": "json",
|
||||
"type": "GET",
|
||||
"url": "/showbuilder/check-builder-feed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue