📝 Docs: update _custom.js notes

This commit is contained in:
Cell
2022-01-13 17:38:41 +08:00
parent e0d2858c6d
commit 119b5df83a
-1
View File
@@ -30,7 +30,6 @@ const CustomJS = new (function () {
CustomJS.init();
// It will be executed when the DOM tree is built.
document.addEventListener('DOMContentLoaded', () => {
// Listen to any DOM change and automatically perform spacing via MutationObserver()
console.log('DOMContentLoaded!')
});
})();