Removed unused status page stuff for Pro and cleanup for code review

This commit is contained in:
Albert Santoni 2015-04-17 11:17:35 -04:00
parent 02dff34328
commit 6dc8837aff
7 changed files with 13 additions and 49 deletions

View file

@ -455,7 +455,6 @@ var stream_window = null;
function init() {
//begin producer "thread"
//getScheduleFromServer();
setInterval(getScheduleFromServer, serverUpdateInterval);
//begin consumer "thread"

View file

@ -892,7 +892,6 @@ var AIRTIME = (function(AIRTIME) {
}
});
//checkImportStatus();
checkLibrarySCUploadStatus();
addQtipToSCIcons();

View file

@ -361,15 +361,6 @@ function windowResize() {
function preloadEventFeed () {
createFullCalendar({calendarInit: calendarPref});
/*
var url = baseUrl+'Schedule/event-feed-preload';
var d = new Date();
$.post(url, {format: "json", cachep: d.getTime()}, function(json){
calendarEvents = json.events;
createFullCalendar({calendarInit: calendarPref});
});
*/
}
var initialLoad = true;