MediaWiki:Graph.js: Difference between revisions

no edit summary
(Created page with "// each js files in one file // vis network /** * vis.js * https://github.com/almende/vis * * A dynamic, browser-based visualization library. * * @version 4.24.6 * @...")
 
No edit summary
Line 982: Line 982:
function getProperUrl(){
function getProperUrl(){
   // locally use a full url adress found in data.js, on server use the function to get the url
   // locally use a full url adress found in data.js, on server use the function to get the url
  // var url = window.location.href;
  var url = window.location.href;
   var url="https://wiki.veriqloud.fr/index.php?title=Quantum_Leader_Election";
   //var url="https://wiki.veriqloud.fr/index.php?title=Quantum_Leader_Election";
   return url;
   return url;
}
}
299

edits