import report shouldn't alter #header
This commit is contained in:
parent
fb29638d00
commit
1b19cc0cf6
|
@ -257,7 +257,7 @@ function importFromString(jsonString) {
|
||||||
animateElement(styleElement);
|
animateElement(styleElement);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
for (const block of $$('details')) {
|
for (const block of $$('#message-box details')) {
|
||||||
if (block.dataset.id !== 'invalid') {
|
if (block.dataset.id !== 'invalid') {
|
||||||
block.style.cursor = 'pointer';
|
block.style.cursor = 'pointer';
|
||||||
block.onclick = highlightElement;
|
block.onclick = highlightElement;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user