fixed comment box height
This commit is contained in:
parent
02ea688420
commit
79dd0c2c0e
@ -276,6 +276,7 @@ Template.main.helpers({
|
|||||||
disp = false;
|
disp = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(Meteor.user().profile.preferences.done && current.done.indexOf(Meteor.userId()) !== -1) disp = false;
|
||||||
|
|
||||||
var inRole = false;
|
var inRole = false;
|
||||||
var currClass = classes.findOne({_id: current.class})
|
var currClass = classes.findOne({_id: current.class})
|
||||||
@ -312,6 +313,7 @@ Template.main.helpers({
|
|||||||
sendData("editWork");
|
sendData("editWork");
|
||||||
},
|
},
|
||||||
eventClick: function(event, jsEvent, view) {
|
eventClick: function(event, jsEvent, view) {
|
||||||
|
Session.set("newWork",false);
|
||||||
var thisWork = work.findOne({_id:event.id})
|
var thisWork = work.findOne({_id:event.id})
|
||||||
Session.set("currentWork",thisWork);
|
Session.set("currentWork",thisWork);
|
||||||
var thisReadWork = formReadable(thisWork);
|
var thisReadWork = formReadable(thisWork);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user