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.
2 parents e2dbd45 + 6d1fd4c commit 5675b35Copy full SHA for 5675b35
src/js/vocabulary.js
@@ -9,8 +9,6 @@ if(exploreButton!==null && explorePanel!==null) {
9
});
10
}
11
12
-
13
14
const menuButton = document.querySelector('button.expand-menu');
15
const menuPanel = document.querySelector('.primary-menu');
16
@@ -21,13 +19,10 @@ if(menuButton !== null && menuPanel !== null) {
21
19
22
20
23
24
25
26
const attributionButton = document.querySelector('button.expand-attribution');
27
const attributionPanel = document.querySelector('.attribution-panel');
28
29
if (attributionButton !== null && attributionPanel !== null ) {
30
31
attributionButton.addEventListener('click', (event) => {
32
attributionButton.classList.toggle('selected');
33
attributionPanel.classList.toggle('expand');
0 commit comments