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
|
2020-10-25 10:48:07 +08:00
|
|
|
ILS.utils.registerWindowScroll();
|
2020-09-05 22:41:10 +08:00
|
|
|
|
2020-10-25 10:48:07 +08:00
|
|
|
// init tools button
|
|
|
|
ILS.utils.registerToolsButtonClick();
|
|
|
|
|
|
|
|
// comment
|
|
|
|
ILS.utils.goComment();
|
2020-07-22 17:08:07 +08:00
|
|
|
});
|