Skip to content

Commit

Permalink
Fix RMTR bug
Browse files Browse the repository at this point in the history
Reported by QuietHere at https://en.wikipedia.org/wiki/Wikipedia_talk:Twinkle#RM%2FTR_error

Hotfix already released
  • Loading branch information
NovemLinguae committed Aug 13, 2023
1 parent 19b092a commit 60382dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/twinklexfd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,6 @@ Twinkle.xfd.callback.evaluate = function(e) {
wikipedia_page.setCallbackParameters(params);

if (params.rmtr) {
wikipedia_page.setPageSection(2);
wikipedia_page.load(Twinkle.xfd.callbacks.rm.listAtRMTR);
} else {
// listAtTalk uses .append(), so no need to load the page
Expand Down

0 comments on commit 60382dd

Please sign in to comment.