()
| 17 | } |
| 18 | |
| 19 | function enableButtons(): void { |
| 20 | for (const button of $$('#rgh-bisect-dialog [aria-disabled]')) { |
| 21 | button.removeAttribute('aria-disabled'); |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | // Split current list of features in half and create an options-like object to be applied on load |
| 26 | // Bisecting 4 features: enable 2 |