We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039a0db commit 045919bCopy full SHA for 045919b
src/home/index.js
@@ -84,6 +84,8 @@ module.exports = AmpersandView.extend({
84
silent: true
85
});
86
87
+ // reset title and query
88
+ app.queryOptions.query = {};
89
this.updateTitle();
90
},
91
template: require('./index.jade'),
0 commit comments