mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
📝 Docs: update _custom.js notes
This commit is contained in:
@@ -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!')
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user