Content deleted Content added
Cuckooman4 (talk | contribs) Created script |
m Maintenance: Replacing addPortletLink() with mw.util.addPortletLink() (mw:ResourceLoader/Migration_guide_(users)#addPortletLink) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1:
//Made by cuckooman4
//
//See /doc.
//<pre><nowiki>
var jslinkportlet = "p-navigation"
addOnloadHook(
function() {
mw.util.addPortletLink(
}
)
|