diff --git a/manage/import-export.js b/manage/import-export.js index 340b2b20..ce615bdb 100644 --- a/manage/import-export.js +++ b/manage/import-export.js @@ -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;