Difference between revisions of "Metadata:Mapping/Map.js"

From Neocron Wiki
Jump to: navigation, search
m (Opps missing ;)
m (Argh...brackets overload!)
Line 7: Line 7:
 
// NC-Wiki map
 
// NC-Wiki map
 
$('.ncwiki_map').maphilight(
 
$('.ncwiki_map').maphilight(
fill: true,
+
{fill: true,
 
fillColor: 'ffffff',
 
fillColor: 'ffffff',
 
fillOpacity: 0.2,
 
fillOpacity: 0.2,
Line 15: Line 15:
 
strokeWidth: 2,
 
strokeWidth: 2,
 
fade: true,
 
fade: true,
alwaysOn: false;
+
alwaysOn: false});
 
 
);
 
  
 
// End of functions
 
// End of functions
 
});
 
});

Revision as of 20:24, 13 May 2008

Sorry you do not have permissions to view this page.