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