We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bccd8 commit 4347abbCopy full SHA for 4347abb
1 file changed
src/js/menu.js
@@ -109,13 +109,11 @@ var menu = (function() {
109
menu.tabIndex = 1;
110
menu.querySelectorAll("[tabindex]").forEach(function(arrayItem, index) {
111
arrayItem.tabIndex = 1;
112
- console.log(arrayItem);
113
});
114
} else {
115
menu.tabIndex = -1;
116
117
arrayItem.tabIndex = -1;
118
119
120
};
121
0 commit comments