hexo-theme-keep/source/js/main.js

14 lines
265 B
JavaScript

window.addEventListener('DOMContentLoaded', () => {
// print theme info
ILS.utils.printThemeInfo();
// init scroll
ILS.utils.registerWindowScroll();
// init tools button
ILS.utils.registerToolsButtonClick();
// comment
ILS.utils.goComment();
});