summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js4
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){