Vulcan/client/views/admin/toolbox.js
2013-10-24 11:04:27 +09:00

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');
}
}