Merge pull request #549 from yourcelf/patch-1

Fix telescope-search route for iron:router 1.0
This commit is contained in:
Sacha Greif 2014-11-26 10:25:45 +09:00
commit a1645e0572

View file

@ -12,6 +12,7 @@ Meteor.startup(function () {
if ("q" in this.params) {
Session.set("searchQuery", this.params.q);
}
this.next();
}
});