From be392fe1a202a159dc298f9209e22a46d966795e Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 09 Sep 2011 14:47:46 -0400 Subject: [PATCH] - 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 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 4233611..6544fe8 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -321,7 +321,6 @@ } 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) -- Gitblit v1.9.1