get_my/client/General/Home/home.js

15 lines
180 B
JavaScript
Raw Normal View History

2022-08-04 19:50:18 -05:00
Template.home.onCreated(function() {
});
Template.home.onRendered(function() {
$('.collapsible').collapsible();
});
Template.home.helpers({
});
Template.home.events({
});