Skip to content

Commit 5675b35

Browse files
Merge pull request #328 from rahulptl165/Issue327
Fixes #327: removed extra empty lines from vocabulary.js file
2 parents e2dbd45 + 6d1fd4c commit 5675b35

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/js/vocabulary.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ if(exploreButton!==null && explorePanel!==null) {
99
});
1010
}
1111

12-
13-
1412
const menuButton = document.querySelector('button.expand-menu');
1513
const menuPanel = document.querySelector('.primary-menu');
1614

@@ -21,13 +19,10 @@ if(menuButton !== null && menuPanel !== null) {
2119
});
2220
}
2321

24-
25-
2622
const attributionButton = document.querySelector('button.expand-attribution');
2723
const attributionPanel = document.querySelector('.attribution-panel');
2824

2925
if (attributionButton !== null && attributionPanel !== null ) {
30-
3126
attributionButton.addEventListener('click', (event) => {
3227
attributionButton.classList.toggle('selected');
3328
attributionPanel.classList.toggle('expand');

0 commit comments

Comments
 (0)