mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
14 lines
No EOL
332 B
JavaScript
14 lines
No EOL
332 B
JavaScript
Template[getTemplate('updateBanner')].helpers({
|
|
showBanner: function () {
|
|
return Session.get('updateVersion');
|
|
},
|
|
version: function () {
|
|
return Session.get('updateVersion');
|
|
},
|
|
currentVersion: function () {
|
|
return telescopeVersion;
|
|
},
|
|
message: function () {
|
|
return Session.get('updateMessage');
|
|
}
|
|
}); |