From 71e2db773bb5d3f215049ff56a222cfde09809f9 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 2 Aug 2018 14:48:26 +0300 Subject: [PATCH] typo --- 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 425ea6cd..270286bb 100644 --- a/manage/import-export.js +++ b/manage/import-export.js @@ -298,7 +298,7 @@ $('#file-all-styles').onclick = () => { iframe.contentDocument.body.appendChild(link); }) .then(() => doTimeout()) - .then(() => link.dispatchEvent(new MouseEvent('click'))) + .then(() => link.dispatchEvent(new MouseEvent('click'))); // we don't remove the iframe or the object URL because the browser may show // a download dialog and we don't know how long it'll take until the user confirms it // (some browsers like Vivaldi can't download if we revoke the URL)