Skip to content

Commit

Permalink
Fixing problem where categorical filter would not load. Closes #496
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Sep 30, 2015
1 parent 66bff8f commit 664c7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ require(["slycat-server-root", "knockout", "knockout-mapping", "lodash"], functi

},

template: { require: "text!" + server_root + "resources/models/parameter-image/slycat-category-select.html" }
template: { require: "text!" + server_root + "resources/pages/parameter-image/slycat-category-select.html" }
});
});

0 comments on commit 664c7f0

Please sign in to comment.