Merge "Focus the search field by default"

This commit is contained in:
Santhosh
2012-06-22 10:08:11 +00:00
committed by Gerrit Code Review

View File

@@ -25,6 +25,7 @@
this.$menu.show(); this.$menu.show();
this.shown = true; this.shown = true;
$( 'input#languagefilter' ).focus();
return this; return this;
}, },
hide: function() { hide: function() {