+4
-1
@@ -12,6 +12,7 @@ exportWindow($, '$');
|
||||
|
||||
import '../scss/main.scss';
|
||||
import { unwrap } from './util/unwrap';
|
||||
import { auto500px } from './util/auto500px';
|
||||
import { htmlReady } from './util/htmlReady';
|
||||
|
||||
$(function ($) {
|
||||
@@ -123,4 +124,6 @@ $(function ($) {
|
||||
window.addEventListener('scroll', onScroll, true);
|
||||
window.addEventListener('orientationchange', onScroll, true);
|
||||
});
|
||||
})();
|
||||
})();
|
||||
|
||||
auto500px();
|
||||
Reference in New Issue
Block a user