mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
15 lines
No EOL
180 B
JavaScript
15 lines
No EOL
180 B
JavaScript
Template.home.onCreated(function() {
|
|
|
|
});
|
|
|
|
Template.home.onRendered(function() {
|
|
$('.collapsible').collapsible();
|
|
});
|
|
|
|
Template.home.helpers({
|
|
|
|
});
|
|
|
|
Template.home.events({
|
|
|
|
}); |