Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Nov 10, 2023
1 parent f79e211 commit b817b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twinkle.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ Twinkle.addPortlet = function(navigation, id, text, type, nextnodeid) {
var portlet = mw.util.addPortlet(id, text, '#' + nextnodeid);

if (mw.config.get('skin') === 'vector') {
// The Twinkle dropdown menu has been added to the left of p-cactions. Move it to the right.
$('#p-twinkle').insertAfter('#p-cactions');
} else if (mw.config.get('skin') === 'vector-2022') {
$('#p-twinkle-dropdown').insertAfter('.vector-page-tools-landmark');
Expand Down

0 comments on commit b817b9f

Please sign in to comment.