Skip to content

Commit 2d57862

Browse files
author
derek riemer
committed
apply rest of review suggestions
1 parent 4ab9889 commit 2d57862

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

AsusRouterA11yFixes.user.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ function init() {
192192

193193
/*** Define the actual tweaks. ***/
194194

195-
globals = [];
196195
// Tweaks that only need to be applied on load.
197196
const LOAD_TWEAKS = [
198197
{

framework/axSGreaseSkeleton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ function getLiveRegion(id) {
6363
return updatePromise;
6464
}
6565

66-
/**
6766
function makeHeading(el, level) {
6867
el.setAttribute("role", "heading");
6968
el.setAttribute("aria-level", level);

0 commit comments

Comments
 (0)