Difference between revisions of "MediaWiki:Doduco.js"
From Electrical Contacts
(Created page with "alert('hallo');") |
|||
| Line 1: | Line 1: | ||
| + | jQuery( function ( $ ) { | ||
alert('hallo'); | alert('hallo'); | ||
| + | }) | ||
Revision as of 17:06, 16 December 2013
jQuery( function ( $ ) {
alert('hallo');
})