MediaWiki:Graph.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,011: Line 1,011:
function unique(){
function unique(){
   if (typeof getAllUrlParams().title  !== 'undefined'){
   if (typeof getAllUrlParams().title  !== 'undefined'){
     var titre= getAllUrlParams().title[0];
     var titre= getAllUrlParams().title;
       console.log({titre});
       console.log({titre});
     if (getAllUrlParams().title.length >0 && getAllUrlParams().title[0] != "Main_Page" && getAllUrlParams().title[0] != "Graphs" ){
     if (getAllUrlParams().title.length >0 && getAllUrlParams().title[0] != "Main_Page" && getAllUrlParams().title[0] != "Graphs" ){
299

edits