Skip to content

Commit

Permalink
feat: deleteBatch默认选择运行者为「you」
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelyCARDINAL committed Oct 27, 2023
1 parent e0d88cd commit 3a70abd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/groups/zh/sysop/MediaWiki:Group-sysop.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,9 @@
if (mw.config.get("wgCanonicalSpecialPageName") === "ReplaceText" && $("#doAnnounce")[0]) {
$("#doAnnounce").prop("checked", false);
}
//批量删除默认选择运行者为「you」
if (mw.config.get("wgCanonicalSpecialPageName") === "DeleteBatch" && $("#wpRunuser")[0]) {
$("#wpMode").val("you");
}
})();
// </pre>

0 comments on commit 3a70abd

Please sign in to comment.