1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove clg

related to: https://github.com/vlang/v/pull/19024#discussion_r1281522368
This commit is contained in:
Turiiya 2023-08-08 19:21:02 +02:00
parent 3db8cc7023
commit 3a7830515e

View File

@ -49,7 +49,6 @@ function setupMobileToggle() {
const isHidden = docNav.classList.contains('hidden');
docNav.classList.toggle('hidden');
const search = docNav.querySelector('.search');
// console.log(search);
const searchHasResults = search.classList.contains('has-results');
if (isHidden && searchHasResults) {
search.classList.remove('mobile-hidden');