import report shouldn't alter #header
This commit is contained in:
parent
fb29638d00
commit
1b19cc0cf6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user