summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/skeleton.html
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-03-19 04:38:01 -0700
committergnowgi <nagarjun@gnowledge.org>2012-03-19 04:38:01 -0700
commitd8f4eeaccba10db423f314d9284ccdad5c3e5a81 (patch)
tree82d31140d236763b999a29f7488165c25af1d091 /gstudio/templates/gstudio/skeleton.html
parent7a4f561e851fdc7246d804c3abb6748b8a4199a6 (diff)
parent33e34a918490dab6a34ddfc0748297241a043291 (diff)
downloadgnowsys-d8f4eeaccba10db423f314d9284ccdad5c3e5a81.tar.gz
Merge pull request #1 from anujag/master
Modified files
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 a54988b7..27518d74 100644
--- a/gstudio/templates/gstudio/skeleton.html
+++ b/gstudio/templates/gstudio/skeleton.html
@@ -144,7 +144,7 @@ vis.append("svg:g").attr("class", "nodes");
$(function() {
$.ajax({
-url: '/gstudio/graphs/graph_json/{{ object.id }}',
+url: '/nodetypes/graphs/graph_json/{{ object.id }}',
//crossDomain: true,
dataType: 'json',
success : function(json) {