MediaWiki:Graph.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 990: Line 990:
function unique(){
function unique(){
   if (typeof getAllUrlParams().title  !== 'undefined'){
   if (typeof getAllUrlParams().title  !== 'undefined'){
     if (getAllUrlParams().title.length >0 && getAllUrlParams().title != Main_Page ){
     if (getAllUrlParams().title.length >0 ){
       for (i=0;i<zooData.length;i++){
       for (i=0;i<zooData.length;i++){
         if ( typeof zooData[i].uri  !== 'undefined'){
         if ( typeof zooData[i].uri  !== 'undefined'){
299

edits