From bbd4523e257d97da329f0c9c380d79bfa186f485 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 9 Feb 2015 02:31:08 +0200 Subject: graph_view: partial fix to prevent filter menu close on list item click --- src/client/view/graph_view.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 2682006a..4755077c 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -122,6 +122,7 @@ function GraphView(spec) { { $(function () { var checkboxes = $('#menu__type-filter li').on('click', function (e) { + e.stopPropagation(); read_checkboxes(); console.log(filter_states); update_view(true); -- cgit v1.3.1