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

Commit

Permalink
Remove helper that loads categories because it conflicts with the fie…
Browse files Browse the repository at this point in the history
…ld in course
  • Loading branch information
Stephan Balmer committed Jul 11, 2013
1 parent dd20e28 commit b3f0607
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/views/courses/course.categories.js
Expand Up @@ -9,10 +9,6 @@
return categories;
};

Template.coursedetails.categories = function () {
var categories = Categories.find();
return categories;
};

Template.category.courses_by_category = function () {

Expand Down

0 comments on commit b3f0607

Please sign in to comment.