diff options
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/list.js b/program/js/list.js index 7e84ef2ae..d1dbbcb6c 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -131,7 +131,7 @@ init: function() } if (this.parent_focus) { - this.list.parentNode.onclick = function(e) { me.focus(e); }; + this.list.parentNode.onclick = function(e) { me.focus(); }; } return this; |