mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
15 lines
160 B
JavaScript
15 lines
160 B
JavaScript
|
|
Template.mainMenu.onCreated(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.mainMenu.onRendered(function() {
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.mainMenu.helpers({
|
||
|
|
|
||
|
|
});
|
||
|
|
|
||
|
|
Template.mainMenu.events({
|
||
|
|
|
||
|
|
});
|