changed synapse view to work, and initialize force direccted graph using initFD

This commit is contained in:
Connor Turland 2012-10-22 21:48:49 -04:00
parent 099bba0d49
commit 37c0be907b

View file

@ -11,6 +11,6 @@
json = <%= @synapsejson %>; json = <%= @synapsejson %>;
console.log(json); console.log(json);
$(document).ready(function() { $(document).ready(function() {
init(); initFD();
}); });
</script> </script>