mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-01 04:23:27 +01:00
[refactor] remove logging
This commit is contained in:
parent
46bccd849a
commit
4347abb4bd
@ -109,13 +109,11 @@ var menu = (function() {
|
|||||||
menu.tabIndex = 1;
|
menu.tabIndex = 1;
|
||||||
menu.querySelectorAll("[tabindex]").forEach(function(arrayItem, index) {
|
menu.querySelectorAll("[tabindex]").forEach(function(arrayItem, index) {
|
||||||
arrayItem.tabIndex = 1;
|
arrayItem.tabIndex = 1;
|
||||||
console.log(arrayItem);
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
menu.tabIndex = -1;
|
menu.tabIndex = -1;
|
||||||
menu.querySelectorAll("[tabindex]").forEach(function(arrayItem, index) {
|
menu.querySelectorAll("[tabindex]").forEach(function(arrayItem, index) {
|
||||||
arrayItem.tabIndex = -1;
|
arrayItem.tabIndex = -1;
|
||||||
console.log(arrayItem);
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user