mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +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,
|
||||
childList: true,
|
||||
characterData: true };
|
||||
var config = { childList: true };
|
||||
|
||||
observer.observe(target, config);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue