Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
re-adding main.js for marquee
Browse files Browse the repository at this point in the history
  • Loading branch information
1u committed Jan 7, 2016
1 parent 43b0d6e commit 2c4179f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/views/main.js
@@ -0,0 +1,9 @@
Template.layout.helpers({
testWarningClass: function() {
if (Meteor.settings && Meteor.settings.public && Meteor.settings.public.testWarning) {
return "testWarning";
}
return false;
}
});

0 comments on commit 2c4179f

Please sign in to comment.