MediaWiki:Gadget-ShortURL.js:修订间差异

删除的内容 添加的内容
修复 Vector 2022 匿名用户看不到工具的问题:优先使用 #p-tb 而非 #p-cactions
标签已被回退
回退 portletId 优先级改动,恢复 p-cactions 优先
标签手工回退 已被回退
第223行:
let portletLink = document.querySelector("#t-shortlink");
if (!portletLink) {
const portletId = document.querySelector("#p-tbcactions") ? "p-tbcactions" : "p-cactionstb";
portletLink = mw.util.addPortletLink(portletId, "#", getMessage("Share URL for the page"), "t-shortlink", getMessage("Show URL"));
}