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

删除的内容 添加的内容
修复 ...parameters ES2018 语法导致 ResourceLoader 解析失败的问题
回退 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"));
}