MediaWiki:Common.js: Diferență între versiuni
Jump to navigation
m (Pagină nouă: →Any JavaScript here will be loaded for all users on every page load.: addOnloadHook(function() { addTab("javascript:alert('This is a test');","test","ca-testing","Testing tab","...) |
mFără descriere a modificării |
||
Linia 2: | Linia 2: | ||
addOnloadHook(function() { | addOnloadHook(function() { | ||
alert('This is a test'); | |||
}); | }); |
Versiunea de la data 4 decembrie 2010 10:53
/* Any JavaScript here will be loaded for all users on every page load. */ addOnloadHook(function() { alert('This is a test'); });