astro/smoke/astro.build-main/public/scripts/defer.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
111 B
JavaScript
Raw Normal View History

if (window.matchMedia('(hover: hover)').matches) {
import('/scripts/konami.js').then(mod => mod.init());
}