Remove unnecessary commented code
This commit is contained in:
parent
183cb03399
commit
a9908e3807
|
|
@ -18,7 +18,6 @@ const observer = new IntersectionObserver(entries => {
|
|||
});
|
||||
},options);
|
||||
|
||||
/* document.querySelectorAll('[id^="section"]').forEach(function(section, i) { */
|
||||
document.querySelectorAll('section').forEach(function(section, i) {
|
||||
observer.observe(section);
|
||||
});
|
||||
Loading…
Reference in a new issue