- Don't select quick search input on init, Safari/Chrome is adding border to focused input, it doesn't look good on init

release-0.7
alecpl 13 years ago
parent ba6f487bcd
commit be392fe1a2

@ -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)

Loading…
Cancel
Save