diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:51:28 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | 7b5e1a8eb860cb2e277d9c5ce2881a4ef8e4a44a (patch) | |
| tree | 7dbd8e1db2d90724fdc572658b935ad08fb60726 /src/client | |
| parent | 3b5d9832caa16a0019e08d07c6a9c9bd2db56587 (diff) | |
graph_view: misc
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/view/graph_view.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 4755077c..205ba0fe 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -73,7 +73,7 @@ function GraphView(spec) { temporary = spec.temporary, force_enabled = !spec.temporary, parent_element = spec.parent_element, - graph_name = spec.graph_name, + graph_name = spec.graph_name, graph = spec.graph, zoom_property = spec.zoom_property, node_text_dx = spec.node_text_dx, @@ -103,7 +103,7 @@ function GraphView(spec) { zoom_obj !== undefined && parent_graph_zoom_obj !== undefined && (temporary || svgInput !== undefined), "missing spec variable"); - + function read_checkboxes() { var checkboxes = $('#menu__type-filter label input').map( function (i, checkbox){ |
