Commit e8ca5781 authored by Romain Loth's avatar Romain Loth

servermenu case: fix path

parent 0e775d1b
...@@ -1081,7 +1081,7 @@ function jsActionOnGexfSelector(gexfBasename){ ...@@ -1081,7 +1081,7 @@ function jsActionOnGexfSelector(gexfBasename){
serverPrefix += '/'+pathcomponents[i] serverPrefix += '/'+pathcomponents[i]
} }
var newDataRes = AjaxSync({ "url": window.location.origin+serverPrefix+gexfPath }); var newDataRes = AjaxSync({ "url": window.location.origin+serverPrefix+'/'+gexfPath });
// remove any previous instance // remove any previous instance
TW.instance.clearSigma() TW.instance.clearSigma()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment