keywords box updates location bar immediately
This commit is contained in:
parent
5eeceb2f56
commit
a88d6a2296
1 changed files with 1 additions and 0 deletions
|
|
@ -792,6 +792,7 @@ WebGUI.Admin.LocationBar
|
|||
self.filterSelect.getMenu().subscribe( "click", self.addFilter, self, true );
|
||||
} );
|
||||
|
||||
YAHOO.util.Event.on( 'searchKeywords', 'keyup', this.updateLocationBarQuery, this, true );
|
||||
YAHOO.util.Event.on( 'searchKeywords', 'focus', this.focusKeywords, this, true );
|
||||
YAHOO.util.Event.on( 'searchKeywords', 'blur', this.blurKeywords, this, true );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue