Vulcan/packages/telescope-update-prompt/lib/client/update.js
2014-09-08 17:29:55 +09:00

10 lines
No EOL
224 B
JavaScript

Meteor.startup(function () {
if(Meteor.user() && isAdmin(Meteor.user())){
HTTP.get(url, [options], [asyncCallback])
Session.set('updateMessage', 'blabla');
}
});
heroModules.push({
template: 'updateBanner'
});