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

@ -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;