()
| 131 | } |
| 132 | |
| 133 | function highlightBugsTab(): void { |
| 134 | // Remove highlighting from "Issues" tab |
| 135 | unhighlightTab($('.UnderlineNav-item[data-hotkey="g i"]')); |
| 136 | highlightTab($('.rgh-bugs-tab')); |
| 137 | } |
| 138 | |
| 139 | async function removePinnedIssues(): Promise<void> { |
| 140 | const pinnedIssues = await elementReady('.js-pinned-issues-reorder-container', {waitForChildren: false}); |
no test coverage detected