From be392fe1a202a159dc298f9209e22a46d966795e Mon Sep 17 00:00:00 2001 From: alecpl 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 --- program/js/app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'program') 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) -- cgit v1.2.3