import report shouldn't alter #header

This commit is contained in:
tophf 2017-12-11 08:44:41 +03:00
parent fb29638d00
commit 1b19cc0cf6

View File

@ -257,7 +257,7 @@ function importFromString(jsonString) {
animateElement(styleElement);
}
};
for (const block of $$('details')) {
for (const block of $$('#message-box details')) {
if (block.dataset.id !== 'invalid') {
block.style.cursor = 'pointer';
block.onclick = highlightElement;