From 6126bef8087bc7afcce7b18d45275957d51692e4 Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Tue, 13 Feb 2024 17:57:38 -0800 Subject: [PATCH] fix image links again --- ReviewStatus.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReviewStatus.js b/ReviewStatus.js index f2626fd..b77e4b0 100644 --- a/ReviewStatus.js +++ b/ReviewStatus.js @@ -22,9 +22,9 @@ class ReviewStatus { // modules/ext.pageTriage.views.toolbar/images/icons/ if ( boolIsReviewed ) { - htmlToInsert = ` `; + htmlToInsert = ` `; } else { - htmlToInsert = ` `; + htmlToInsert = ` `; } if ( this.pageHasSections() ) {