Changes that did not get committed. Not sure why.
This commit is contained in:
@@ -2,5 +2,7 @@ import { Template } from 'meteor/templating';
|
||||
import './Public.html';
|
||||
|
||||
Template.Public.events({
|
||||
|
||||
'click .barButton': function(event, template) {
|
||||
template.$('.dropMenu').toggle();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user