mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-06 09:28:09 +00:00
3 lines
125 B
JavaScript
3 lines
125 B
JavaScript
|
document.querySelector('.menu-button')?.addEventListener('click', el => {
|
||
|
el.currentTarget.classList.toggle('active');
|
||
|
});
|