Revert "CC-4605: Some AJAX calls are cached"

This reverts commit ffca5b42a8.
This commit is contained in:
Martin Konecny 2012-10-19 11:16:42 -04:00
parent e88e3a3df2
commit d5c2c37a3e
8 changed files with 5 additions and 28 deletions

View file

@ -360,7 +360,7 @@ function controlSwitchLight(){
}
function getScheduleFromServer(){
$.ajax({ cache: false, url: "/Schedule/get-current-playlist/format/json", dataType:"json", success:function(data){
$.ajax({ url: "/Schedule/get-current-playlist/format/json", dataType:"json", success:function(data){
parseItems(data.entries);
parseSourceStatus(data.source_status);
parseSwitchStatus(data.switch_status);