Disabled the internship header edit button because I cannot figure out what I was intending to do with it; Moved the page editor's save button to the upper right corner of the page (may want to move it over the bottom right corner of the screen instead?); Changed the position of the logout icon slightly and gave it a tool tip.

This commit is contained in:
Wynne Crisman
2019-01-06 10:43:33 -08:00
parent 3fc374eda3
commit 0593c2421a
10 changed files with 22 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ Template.InternshipEditor.events({
Session.set(PREFIX + "selectedInternship", Meteor.collections.Internship.findOne($li.data('id')));
},
'click .editPageText': function(event,template) {
//
},
"keyup input[name='newInternshipName']" : function(event, template) {
if(event.keyCode === 13) {