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

9 lines
159 B
JavaScript

window.addEventListener('DOMContentLoaded', () => {
// print theme info
ILS.utils.printThemeInfo();
// init scroll
ILS.utils.initWindowScroll();
});