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