Difference between revisions of "MediaWiki:Doduco.js"

From Electrical Contacts
Jump to: navigation, search
(Created page with "alert('hallo');")
 
Line 1: Line 1:
 +
jQuery( function ( $ ) {
 
alert('hallo');
 
alert('hallo');
 +
})

Revision as of 18:06, 16 December 2013

jQuery( function ( $ ) {
alert('hallo');
})