Cleaning up the code

This commit is contained in:
patriceac 2022-11-25 03:50:47 -08:00
parent d0b2bf736e
commit a2efda41d3

View File

@ -23,7 +23,6 @@
// observe for changes in the preview pane
var observer = new MutationObserver(function (mutations) {
mutations.forEach(function (mutation) {
console.log(mutation.target.class)
if (mutation.target.className == 'img-batch') {
Autoscroll(mutation.target)
}