Skip to content

Commit 9234766

Browse files
authored
Fix the ReferenceError when using keyboard navigation
1 parent a9f6aa4 commit 9234766

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

js/common.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ function cycleMenuItems(current, forward) {
118118
var nextOrPreviousSibling = getNextOrPreviousSibling(current, forward);
119119
if (nextOrPreviousSibling.length) {
120120
cycle(nextOrPreviousSibling, current);
121-
curr.children("a").first().focus().css({
122-
outline: "none"
123-
});
124121
}
125122
}
126123

0 commit comments

Comments
 (0)