Difference between revisions of "User:Erik Baas/monobook.js"
(test) |
|||
| Line 1: | Line 1: | ||
| − | alert('test') | + | addOnloadHook(function () { |
| + | alert('test') | ||
| + | } | ||
// N.B.: error in preview: "toolbar is null" ! | // N.B.: error in preview: "toolbar is null" ! | ||
Latest revision as of 22:51, 20 January 2010
addOnloadHook(function () {
alert('test')
}
// N.B.: error in preview: "toolbar is null" !