Removed unused status page stuff for Pro and cleanup for code review
This commit is contained in:
parent
02dff34328
commit
6dc8837aff
7 changed files with 13 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue