summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/graph1.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/graph1.html')
-rw-r--r--gstudio/templates/gstudio/graph1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/templates/gstudio/graph1.html b/gstudio/templates/gstudio/graph1.html
index 587b703..ab66e51 100644
--- a/gstudio/templates/gstudio/graph1.html
+++ b/gstudio/templates/gstudio/graph1.html
@@ -94,7 +94,7 @@ $(function() {
success : function(json) {
var force;
-
+
// this contains all the nodes as a dict with _id as the key
var nodes_by_id = _.reduce(json.node_metadata, function(acc, n) {