summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-04-20 17:09:58 +0200
committerAleksander Machniak <alec@alec.pl>2013-04-20 17:10:44 +0200
commitf55bfe096dd5f90ba93590dbc6d2832ebe1c3941 (patch)
tree3a51b1b84d348994c5f83d9490f3dd887013c71d /program
parent037f4c27c2571402254f271a1f7f684d17bc500f (diff)
Fix unintentional messages list jumps on click in Internet Explorer (#1489056)
Diffstat (limited to 'program')
-rw-r--r--program/js/list.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/list.js b/program/js/list.js
index 6c4b861c1..7bd29cf5e 100644
--- a/program/js/list.js
+++ b/program/js/list.js
@@ -687,7 +687,6 @@ select_row: function(id, mod_key, with_mouse)
this.shift_start = null;
this.last_selected = id;
- this.list.focus();
},