redstrate.com/themes/red/assets/js/site.js

4 lines
118 B
JavaScript
Raw Normal View History

if (window.matchMedia('(max-device-width: 768px)').matches) {
document.getElementById("nav-menu").open = false;
}