User:Mikevoir/common.js: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
// Load JS | |||
[ | |||
'Wikimarks.js', // Improvements to Special:Upload | |||
] | |||
.forEach(function(src){ | |||
importScript('MediaWiki:'+src); | |||
}); | |||
// empty space for readability |