User:Polygnotus/Scripts/NewCommentsNavigator.js: Difference between revisions

Content deleted Content added
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12:
const highlights = $('.ext-discussiontools-init-highlight');
// Only show navigator if there are more than 1 highlighted comment
if (highlights.length ==<= 01) {
return; // No highlighted comments found
return;
}