2020-03-29 19:54:28 +08:00
|
|
|
window.addEventListener('DOMContentLoaded', () => {
|
2020-10-21 19:36:38 +08:00
|
|
|
// print theme info
|
|
|
|
ILS.utils.printThemeInfo();
|
2020-09-05 22:41:10 +08:00
|
|
|
|
2020-10-21 19:36:38 +08:00
|
|
|
// init scroll
|
|
|
|
ILS.utils.initWindowScroll();
|
2020-09-05 22:41:10 +08:00
|
|
|
|
2020-07-22 17:08:07 +08:00
|
|
|
});
|