This commit is contained in:
Yaman Qalieh 2016-08-20 22:38:13 -04:00
commit 550f96aa86

View File

@ -2,10 +2,6 @@ import {
Template
} from 'meteor/templating';
Meteor.subscribe('schools');
Meteor.subscribe('classes');
Meteor.subscribe('work');
Session.set("profInputOpen", null);
Session.set("profClassTab", "manClass");
Session.set("modifying", null);