5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
Template.registerHelper("detailHero", function(){
|
|
if ( Session.equals("global.ui.detailHeroId", this._id) ) {
|
|
return "hero";
|
|
}
|
|
}); |