4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
|
if (window.matchMedia('(hover: hover)').matches) {
|
||
|
import('/scripts/konami.js').then(mod => mod.init());
|
||
|
}
|