clean unneeded Observer configurations

This commit is contained in:
zmagod 2016-09-14 11:16:42 +02:00
parent e1d871dcdb
commit c4fabdb67a

View file

@ -1121,9 +1121,7 @@ function initializeReportSidebartruncation() {
});
}
);
var config = { attributes: true,
childList: true,
characterData: true };
var config = { childList: true };
observer.observe(target, config);
}