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} } ] };