MediaWiki:Vector.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
if ($toolsList.length) { | if ($toolsList.length) { | ||
$toolsList.empty().append( | $toolsList.empty().append( | ||
'<li id="t-upload"><a href="/Special:Upload">Upload File | '<li id="t-upload"><a href="/index.php/Special:Upload">Upload File</a></li>' | ||
); | ); | ||
} | } | ||
}); | }); | ||
}); | }); |