mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-05 23:25:46 +08:00
clean unneeded Observer configurations
This commit is contained in:
parent
e1d871dcdb
commit
c4fabdb67a
1 changed files with 1 additions and 3 deletions
|
@ -1121,9 +1121,7 @@ function initializeReportSidebartruncation() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
var config = { attributes: true,
|
var config = { childList: true };
|
||||||
childList: true,
|
|
||||||
characterData: true };
|
|
||||||
|
|
||||||
observer.observe(target, config);
|
observer.observe(target, config);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue