MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Blanked the page |
No edit summary |
||
| Line 1: | Line 1: | ||
$( document ).ready( function() { | |||
alert("hi"); | |||
}); | |||
Revision as of 22:11, 5 May 2014
$( document ).ready( function() {
alert("hi");
});