mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-28 16:01:26 +00:00
Removed logs
This commit is contained in:
parent
2cb606716c
commit
048cc20474
1 changed files with 0 additions and 5 deletions
|
@ -193,15 +193,10 @@
|
|||
<a href="#" class="header__toggle" id="menuToggle">Menu</a>
|
||||
|
||||
<?php js_start() ?>
|
||||
if (window.innerWidth < 951) {
|
||||
console.log("yep");
|
||||
}
|
||||
|
||||
document.getElementById("menuToggle").addEventListener("click", event => {
|
||||
event.preventDefault();
|
||||
|
||||
if (window.innerWidth < 951) {
|
||||
console.log("yep");
|
||||
const body = document.querySelector("body");
|
||||
const navigation = document.querySelector("drawer-navigation");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue