Various fix and improvements to Scheduler module

This commit is contained in:
Francis Lachapelle
2014-09-10 10:58:58 -04:00
parent 7e297ad56c
commit c441fa5b80
3 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -3907,8 +3907,9 @@ function initScheduler() {
$("uploadOK").observe("click", hideImportResults);
$("calendarView").on("click", "#listCollapse", onListCollapse);
Event.observe(document, "keydown", onDocumentKeydown);
initRefreshViewCheckTimer()
}
initRefreshViewCheckTimer()
onWindowResize.defer();
Event.observe(window, "resize", onWindowResize);