summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/skeleton.html
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-05-31 08:17:02 -0700
committergnowgi <nagarjun@gnowledge.org>2012-05-31 08:17:02 -0700
commit909ba6f95a054a1bbec0045cbc9a64f34582529e (patch)
tree0d0623d8d894a394620e29f59da400c85a63973c /gstudio/templates/gstudio/skeleton.html
parentb3744d0a70635dfb702396c82558b46b0d74c054 (diff)
parente43d13d7c65fb15f61911a9e0bdec410ace7dc77 (diff)
downloadgnowsys-909ba6f95a054a1bbec0045cbc9a64f34582529e.tar.gz
Merge pull request #48 from arunkumar5587/master
Version control merging,revert and other work done. .
Diffstat (limited to 'gstudio/templates/gstudio/skeleton.html')
-rw-r--r--gstudio/templates/gstudio/skeleton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/templates/gstudio/skeleton.html b/gstudio/templates/gstudio/skeleton.html
index eba5e283..ad6cf4a3 100644
--- a/gstudio/templates/gstudio/skeleton.html
+++ b/gstudio/templates/gstudio/skeleton.html
@@ -207,7 +207,7 @@ $(function fgraph() {
$.getJSON('/nodetypes/graphs/graph_json/' + {{object.id}}, function (json1) {
metadata=json1.node_metadata;
relations=json1.relations;
- relnset=json1.relset
+
init(metadata,relations);
load({{object.id}}) });