MediaWiki:Wikiminiatlas.js: Difference between revisions

per Alex's suggestion on talk
(add sat map of the moon Titan)
(per Alex's suggestion on talk)
Line 347: Line 347:
   }
   }


   if(!coord_filter.exec(link.href)){
   if( !link.href || !coord_filter.exec(link.href) ){ // invalid links do not contain href attribute in IE!
   return true;
   return true;
   }
   }
Anonymous user