diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-09 18:47:46 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-09 18:47:46 +0000 |
| commit | bc370ca066f1aa2e3bd340d61c75c256b80c971d (patch) | |
| tree | a1aa9aa8b71d20c11538b8b5930cc5d9e1708e9e | |
| parent | 9e60a8a5c6d9fcebe6370e6e65e3eb47b479b6f5 (diff) | |
- Don't select quick search input on init, Safari/Chrome is adding border to focused input, it doesn't look good on init
git-svn-id: https://svn.roundcube.net/trunk@5197 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 423361195..6544fe8f5 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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) |
