mirror of
https://github.com/vale981/Vulcan
synced 2025-03-07 02:21:43 -05:00
Merge pull request #549 from yourcelf/patch-1
Fix telescope-search route for iron:router 1.0
This commit is contained in:
commit
a1645e0572
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Meteor.startup(function () {
|
|||
if ("q" in this.params) {
|
||||
Session.set("searchQuery", this.params.q);
|
||||
}
|
||||
this.next();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue