Difference between revisions of "User:Abel/common.js"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | // | + | // Content previously here now moved to |
// https://wiki.personaldata.io/wiki/User:Abel/experimental.js | // https://wiki.personaldata.io/wiki/User:Abel/experimental.js | ||
| − | // because common.js is a specific thing in MediaWiki, now activated | + | // because common.js is a specific thing in MediaWiki, and has now been activated. |
| − | mw.notify( 'Welcome, Abel, your <a href="https://wiki.personaldata.io/wiki/User:Abel/common.js">user script</a> is loading!' ); | + | mw.notify( $('<span>Welcome, Abel, your <a href="https://wiki.personaldata.io/wiki/User:Abel/common.js">user script</a> is loading!</span>') ); |
Revision as of 23:36, 18 April 2019
// Content previously here now moved to
// https://wiki.personaldata.io/wiki/User:Abel/experimental.js
// because common.js is a specific thing in MediaWiki, and has now been activated.
mw.notify( $('<span>Welcome, Abel, your <a href="https://wiki.personaldata.io/wiki/User:Abel/common.js">user script</a> is loading!</span>') );