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


1 files modified
1 ■■■■ changed files
program/js/app.js 1 ●●●● patch | view | raw | blame | history
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)