misc: auto500px 필요없음.

This commit is contained in:
2021-12-07 01:38:26 +09:00
parent 1699190334
commit 68a2534d1b
3 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -12,7 +12,6 @@ exportWindow($, '$');
import '../scss/main.scss';
import { unwrap } from './util/unwrap';
import { auto500px } from './util/auto500px';
import { htmlReady } from './util/htmlReady';
$(function ($) {
@@ -124,6 +123,4 @@ $(function ($) {
window.addEventListener('scroll', onScroll, true);
window.addEventListener('orientationchange', onScroll, true);
});
})();
auto500px();
})();