Focus the search field by default

Change-Id: I0b14ccbccb4870094f0e72c1bf29e0d167e4a6b7
This commit is contained in:
Niklas Laxström
2012-06-22 09:53:55 +00:00
parent 9087825e6d
commit 73b08997a5

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() {