mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
10 lines
No EOL
224 B
JavaScript
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'
|
|
}); |