minor cleanup
This commit is contained in:
parent
ef2c00cc8d
commit
9944d9c20d
@ -47,3 +47,4 @@ rajit:bootstrap3-datepicker
|
||||
hammer:hammer@=2.0.4_1
|
||||
velocityjs:velocityjs
|
||||
mystor:device-detection
|
||||
meteorhacks:sikka
|
||||
|
||||
@ -27,6 +27,7 @@ caching-compiler@1.1.8
|
||||
caching-html-compiler@1.0.7
|
||||
callback-hook@1.0.10
|
||||
check@1.2.4
|
||||
chuangbo:cookie@1.1.0
|
||||
coffeescript@1.11.1_2
|
||||
cosmos:browserify@0.10.0
|
||||
dandv:caret-position@2.1.1
|
||||
@ -73,6 +74,8 @@ mdg:validation-error@0.5.1
|
||||
meteor@1.6.0
|
||||
meteor-base@1.0.4
|
||||
meteorhacks:meteorx@1.4.1
|
||||
meteorhacks:picker@1.0.3
|
||||
meteorhacks:sikka@1.0.1
|
||||
meteorhacks:unblock@1.1.0
|
||||
mfactory:admin-lte@0.0.2
|
||||
minifier-css@1.2.15
|
||||
|
||||
@ -770,10 +770,6 @@ sendData = function(funcName) { // Call Meteor function, and do actions after fu
|
||||
toggleToMode("manageClass");
|
||||
}
|
||||
}
|
||||
if(Meteor.Device.isPhone()) mobileWork();
|
||||
calendarEvents(myClasses());
|
||||
$("#fullcalendar").fullCalendar("removeEvents");
|
||||
$("#fullcalendar").fullCalendar("addEventSource", Session.get("calendarEvents"));
|
||||
document.getElementsByTagName("body")[0].style.color = Session.get("user").preferences.theme.textColor;
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user