We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569113a commit f58a625Copy full SHA for f58a625
1 file changed
asset/js/navigation.js
@@ -11,7 +11,6 @@ let i = 1;
11
// and hiding a sub-menu. It includes the creation of any ARIA attributes needed
12
// as well as any event listeners.
13
function NewToggle(visibility, labelValue) {
14
- console.log('New toggle would be visibe? ' + visibility);
15
const toggle = document.createElement('button');
16
const toggleContent = document.createTextNode("+");
17
toggle.appendChild(toggleContent);
0 commit comments