mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
ui: don't record characters for search filter in browser histroy
This commit is contained in:
parent
7370026c19
commit
d8d79fbe1a
@ -5,6 +5,14 @@ App.BaseRoute = Ember.Route.extend({
|
||||
rootKey: '',
|
||||
condensedView: false,
|
||||
|
||||
// Don't record characters in browser history
|
||||
// for the "search" query item (filter)
|
||||
queryParams: {
|
||||
filter: {
|
||||
replace: true
|
||||
}
|
||||
},
|
||||
|
||||
getParentAndGrandparent: function(key) {
|
||||
var parentKey = this.rootKey,
|
||||
grandParentKey = this.rootKey,
|
||||
|
Loading…
x
Reference in New Issue
Block a user