Skip to content

Commit 9fd34e7

Browse files
committed
Links: fix not showing on user pages that don't exist
1 parent 5c34853 commit 9fd34e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Links {
5454
createBottomLeftMenuContainer() {
5555
// Works as expected in vector, modern, monobook, timeless. Is in right menu instead of left menu in vector-2022. Doesn't show up at all in minerva.
5656
// Could fix in those skins by adding it before an existing nearby portlet, then using the p.parentNode.appendChild( p ); trick.
57-
this.mw.util.addPortlet( 'p-links', 'More tools', '#p-coll-print_export' );
57+
this.mw.util.addPortlet( 'p-links', 'More tools', '#p-tb' );
5858
}
5959

6060
async generateUserspaceLinks() {

0 commit comments

Comments
 (0)