diff options
author | alecpl <alec@alec.pl> | 2011-09-09 18:47:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-09 18:47:46 +0000 |
commit | be392fe1a202a159dc298f9209e22a46d966795e (patch) | |
tree | 89b31bfb500d5d76f15704d49b61730cf8328a16 | |
parent | ba6f487bcd2c9ccf94c5a23858e7d9174f07fb22 (diff) |
- Don't select quick search input on init, Safari/Chrome is adding border to focused input, it doesn't look good on init
-rw-r--r-- | program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 423361195..6544fe8f5 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -321,7 +321,6 @@ function rcube_webmail() } if (this.gui_objects.qsearchbox) { this.enable_command('search', 'reset-search', 'moveto', true); - $(this.gui_objects.qsearchbox).select(); } if (this.contact_list && this.contact_list.rowcount > 0) |