From bc370ca066f1aa2e3bd340d61c75c256b80c971d Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 9 Sep 2011 18:47:46 +0000 Subject: - 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 --- roundcubemail/program/js/app.js | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3