User:Mikevoir/common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 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 |