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
(Creation of NC-Wiki file to support JQuery) |
|||
Line 1: | Line 1: | ||
/* NC-Wiki Jquery File - Do not delete! */ | /* NC-Wiki Jquery File - Do not delete! */ | ||
+ | |||
+ | $kjq(document).ready(function($) | ||
+ | { | ||
+ | if (wgUserName=="Brammers") | ||
+ | { | ||
+ | alert('Hello!'); | ||
+ | } | ||
+ | }); |