From 8ad2c98e9d596e44ea0a20c4412a1820a75ba1d5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 20 Apr 2013 17:09:58 +0200 Subject: Fix unintentional messages list jumps on click in Internet Explorer (#1489056) --- program/js/list.js | 1 - 1 file changed, 1 deletion(-) (limited to 'program/js') diff --git a/program/js/list.js b/program/js/list.js index cf62a7c14..a5f1c3f5b 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -692,7 +692,6 @@ select_row: function(id, mod_key, with_mouse) this.shift_start = null; this.last_selected = id; - this.list.focus(); }, -- cgit v1.2.3