summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/skeleton.html
diff options
context:
space:
mode:
authorAnuja <anujag@anujag-Latitude-D630.(none)>2012-04-04 14:59:43 +0530
committerAnuja <anujag@anujag-Latitude-D630.(none)>2012-04-04 14:59:43 +0530
commite64e1f551de6b005ad44d2dca5f4b377b915c685 (patch)
treea18f396c2055fd9486ab1d8873e7b1150458cc05 /gstudio/templates/gstudio/skeleton.html
parentebed6bb470e946d315700311c316c03f2f4d0296 (diff)
downloadgnowsys-e64e1f551de6b005ad44d2dca5f4b377b915c685.tar.gz
Changed templates and skeleton.html
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 72b0034..da7591a 100644
--- a/gstudio/templates/gstudio/skeleton.html
+++ b/gstudio/templates/gstudio/skeleton.html
@@ -169,7 +169,7 @@ $(function fgraph(gid) {
$.ajax({
- url: '/gstudio/graphs/graph_json/{{object.id}}',
+ url: '/nodetypes/graphs/graph_json/{{object.id}}',
//crossDomain: true,
dataType: 'json',
success : function (json) {