Changes that did not get committed. Not sure why.

This commit is contained in:
Wynne Crisman
2019-07-28 13:55:58 -07:00
parent 6fdaf93718
commit 3b1c57e47e
11 changed files with 278 additions and 147 deletions

View File

@@ -2,5 +2,7 @@ import { Template } from 'meteor/templating';
import './Public.html';
Template.Public.events({
'click .barButton': function(event, template) {
template.$('.dropMenu').toggle();
}
});