diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-20 17:09:58 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-20 17:09:58 +0200 |
commit | 8ad2c98e9d596e44ea0a20c4412a1820a75ba1d5 (patch) | |
tree | f374ad60affe7bf6e1f1aebe91b6ee1bb4e704e6 /program/js/list.js | |
parent | 1b7b6be959fc7ef4952a3d5f8fde917b0264ac81 (diff) |
Fix unintentional messages list jumps on click in Internet Explorer (#1489056)
Diffstat (limited to 'program/js/list.js')
-rw-r--r-- | program/js/list.js | 1 |
1 files changed, 0 insertions, 1 deletions
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(); }, |