Skip to content

Commit

Permalink
ce
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 25, 2023
1 parent d5786f6 commit 52e413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/friendlytag.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Twinkle.tag.callback = function friendlytagCallback() {
format: 'json',
page_id: mw.config.get('wgArticleId')
}).then(function(response) {
// figure out whether the article is marked as reviewed in PageTriage
// Figure out whether the article is marked as reviewed in PageTriage.
// Recent articles will have a patrol_status that we can read.
// For articles that have been out of the new pages feed for awhile, pages[0] will be undefined.
var isReviewed = response.pagetriagelist.pages[0] ?
Expand Down

0 comments on commit 52e413c

Please sign in to comment.