From 37c0be907b34d5e0f3ff24838696a46d35922ca7 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 22 Oct 2012 21:48:49 -0400 Subject: [PATCH] changed synapse view to work, and initialize force direccted graph using initFD --- app/views/synapses/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/synapses/show.html.erb b/app/views/synapses/show.html.erb index 153a0412..9f7f67a0 100644 --- a/app/views/synapses/show.html.erb +++ b/app/views/synapses/show.html.erb @@ -11,6 +11,6 @@ json = <%= @synapsejson %>; console.log(json); $(document).ready(function() { - init(); + initFD(); }); \ No newline at end of file