From 1b19cc0cf6df83429977be45ecde118525e98501 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 11 Dec 2017 08:44:41 +0300 Subject: [PATCH] import report shouldn't alter #header --- manage/import-export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;