mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-06 05:58:10 +00:00
96f2dbafdf
Signed-off-by: Miki <mehranb@amazon.com>
3 lines
125 B
JavaScript
3 lines
125 B
JavaScript
document.querySelector('.menu-button')?.addEventListener('click', el => {
|
|
el.currentTarget.classList.toggle('active');
|
|
}); |