summaryrefslogtreecommitdiff
path: root/src/client/view
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-09 02:31:08 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-09 02:57:02 +0200
commitbbd4523e257d97da329f0c9c380d79bfa186f485 (patch)
tree038242911911afbdcb14721b5bacb5f7c0d073ec /src/client/view
parentd34e320a4eb3bda06a2dbdb9101df9af407cb53e (diff)
graph_view: partial fix to prevent filter menu close on list item click
Diffstat (limited to 'src/client/view')
-rw-r--r--src/client/view/graph_view.js1
1 files changed, 1 insertions, 0 deletions
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);