Skip to content

Commit 6e545b1

Browse files
buschesfregante
authored andcommitted
Enable PR Quick Review buttons on PR commit pages as well (refined-github#1361)
1 parent 578cce2 commit 6e545b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ function ajaxedPagesHandler() {
278278
if (pageDetect.isPRFiles() || pageDetect.isPRCommit()) {
279279
enableFeature(addCopyFilePathToPRs);
280280
enableFeature(preserveWhitespaceOptionInNav);
281+
enableFeature(addQuickReviewButtons);
281282
}
282283

283284
if (pageDetect.isPRFiles()) {
284-
enableFeature(addQuickReviewButtons);
285285
enableFeature(extendDiffExpander);
286286
}
287287

0 commit comments

Comments
 (0)