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 |
(Fixed formating) |
||
Line 3: | Line 3: | ||
$kjq(document).ready(function($) | $kjq(document).ready(function($) | ||
{ | { | ||
− | // Add functions and stuff here | + | // Add functions and stuff here |
− | // NC-Wiki map | + | // NC-Wiki map |
− | $('.ncwiki_map').maphilight( | + | $('.ncwiki_map').maphilight( |
− | {fill: true, | + | { |
− | + | fill: true, | |
− | + | fillColor: '00446A', | |
− | + | fillOpacity: 0.3, | |
− | + | stroke: true, | |
− | + | strokeColor: '00446A', | |
− | + | strokeOpacity: 1, | |
− | + | strokeWidth: 2, | |
− | + | fade: true, | |
+ | alwaysOn: false | ||
+ | }); | ||
− | // End of functions | + | // End of functions |
}); | }); |