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, var config = { childList: true };
childList: true,
characterData: true };
observer.observe(target, config); observer.observe(target, config);
} }