Latest Neocron News and Information
- New test server patch #563 has been released to Vedeena
Difference between revisions of "Metadata:Mapping/Map.js"
From Neocron Wiki
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 | ||
}); | }); |