summaryrefslogtreecommitdiff
path: root/objectapp/templates/objectapp/skeleton.html
diff options
context:
space:
mode:
authorshefali shetty <sshefali44@gmail.com>2012-06-05 12:30:30 +0530
committershefali shetty <sshefali44@gmail.com>2012-06-05 12:30:30 +0530
commit82569b9cb412b509d88de55bd3f15a9499dfe76e (patch)
tree0cc683df6fb76a4a4970d40de31a7009ee4f9b9d /objectapp/templates/objectapp/skeleton.html
parent0b68a79e273b2bb876eaa38a1739e94d3db8c3d2 (diff)
downloadgnowsys-82569b9cb412b509d88de55bd3f15a9499dfe76e.tar.gz
collapsing done with ctrl+click event
Diffstat (limited to 'objectapp/templates/objectapp/skeleton.html')
-rw-r--r--objectapp/templates/objectapp/skeleton.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/objectapp/templates/objectapp/skeleton.html b/objectapp/templates/objectapp/skeleton.html
index d60b9ec..78baf08 100644
--- a/objectapp/templates/objectapp/skeleton.html
+++ b/objectapp/templates/objectapp/skeleton.html
@@ -405,7 +405,7 @@ $(window).bind('keydown',function(event) {
metadata=_.union(new_metadata,metadata);
relations=_.union(new_relations,relations);
- check_Relation(metadata,relations);
+ relations= check_Relation(metadata,relations);
}});
@@ -446,7 +446,7 @@ $(window).bind('keydown',function(event) {
metadata=_.union(new_metadata,metadata);
relations=_.union(new_relations,relations);
- check_Relation(metadata,relations);
+ relations= check_Relation(metadata,relations);
_.each(metadata, function(m){
@@ -592,6 +592,7 @@ function check_Relation(metadata,relations)
}
});
+ return relations;
}