From c281f00905b711cfaaabd54e24bf7f7c69b133f3 Mon Sep 17 00:00:00 2001 From: yamanq Date: Wed, 10 Aug 2016 15:57:10 -0400 Subject: [PATCH] classes join --- hourglass/client/profile/profile.html | 3 +++ hourglass/client/profile/profile.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index eb8076d..eef7bcc 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -106,4 +106,7 @@ \ No newline at end of file diff --git a/hourglass/client/profile/profile.js b/hourglass/client/profile/profile.js index 9976902..12218f2 100644 --- a/hourglass/client/profile/profile.js +++ b/hourglass/client/profile/profile.js @@ -29,7 +29,7 @@ Template.profile.helpers({ collection: classes, field: "name", template: Template.classdisplay, - // filter: + filter: {status: true} } ] };