MediaWiki:Graph.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 981: Line 981:


function getProperUrl(){
function getProperUrl(){
   // locally use a full url adress found in data.js, on server use the function to get the url
   var url = window.location.toString();
  // var url = window.location.href;
   url = url.split(“#”)[0];
   var url="https://wiki.veriqloud.fr/index.php?title=Quantum_Leader_Election";
   return url;
   return url;
}
}
299

edits