MCPcopy Index your code
hub / github.com/refined-github/refined-github / enableButtons

Function enableButtons

source/helpers/bisect.tsx:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function 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

Callers 1

bisectFeaturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected