Content deleted Content added
Polygnotus (talk | contribs) No edit summary |
Polygnotus (talk | contribs) m Polygnotus moved page User:Polygnotus/Scripts/tmp.js to User:Polygnotus/Scripts/NewCommentsNavigator.js |
||
(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
return;
}
|