From a88d6a22967f2c115130c52677cac78e04da1239 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 25 Aug 2010 15:16:42 -0500 Subject: [PATCH] keywords box updates location bar immediately --- www/extras/admin/admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/extras/admin/admin.js b/www/extras/admin/admin.js index 1011efed6..803d20490 100644 --- a/www/extras/admin/admin.js +++ b/www/extras/admin/admin.js @@ -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 );