mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
11 lines
No EOL
235 B
JavaScript
11 lines
No EOL
235 B
JavaScript
Template.toolbox.events= {
|
|
'click .update-categories':function(){
|
|
|
|
},
|
|
'click .give-invites':function(){
|
|
Meteor.call('giveInvites');
|
|
} ,
|
|
'click .update-user-slugs':function(){
|
|
Meteor.call('updateUserSlugs');
|
|
}
|
|
} |