User:Elodin/common.js: Difference between revisions

util
(Created page with "/*function foo() { var thing = ''; do{thing = prompt('What is your name?');} while(thing.length === 0); return thing; } function bar(thing){ if(thing === undefined) re...")
 
(util)
 
Line 1:
mw.loader.using('mediawiki.util').then( function() {
mw.util.addPortletLink(
'p-personal',
mw.util.getUrl('Special:MyPage/common.js'),
'common.js',
'pt-commonjslink',
'Open your common.js page',
null,
'#pt-preferences'
);
});
 
 
/*function foo() {
var thing = '';
0

edits