Jump to content

User:M.robin/common.js: Difference between revisions

M.robin (talk | contribs)
Created page with "importScript('User:M.robin/Interwiki.js')"
 
M.robin (talk | contribs)
Replaced content with "mw.loader.using('mediawiki.util').then(function () { console.log("הסקריפט האישי נטען בהצלחה!"); });"
Tag: Replaced
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
importScript('User:M.robin/Interwiki.js')
mw.loader.using('mediawiki.util').then(function () {
    console.log("הסקריפט האישי נטען בהצלחה!");
});

Latest revision as of 07:46, 1 October 2025

mw.loader.using('mediawiki.util').then(function () {
    console.log("הסקריפט האישי נטען בהצלחה!");
});