summaryrefslogtreecommitdiff
path: root/objectapp/templates/objectapp/skeleton.html
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/templates/objectapp/skeleton.html')
-rw-r--r--objectapp/templates/objectapp/skeleton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectapp/templates/objectapp/skeleton.html b/objectapp/templates/objectapp/skeleton.html
index c6e9fd4..60815ec 100644
--- a/objectapp/templates/objectapp/skeleton.html
+++ b/objectapp/templates/objectapp/skeleton.html
@@ -167,7 +167,7 @@ Javascript for Object type force graph
$(function() {
$.ajax({
- url: '/gstudio/graphs/graph_json/{{ object.id }}',
+ url: '/nodetypes/graphs/graph_json/{{ object.id }}',
//crossDomain: true,
dataType: 'json',
success : function(json) {