From 588d1948cadd9f443de481b95827c926330547fe Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 2 Sep 2014 09:16:33 +0200 Subject: Don't cancel event on parent focus --- program/js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') 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; -- cgit v1.2.3