From 1b4876cddc4ee25304cc22021de4b8bcd7c5c40b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D4=9C=D0=B5=D1=95?=
<5124946+wesinator@users.noreply.github.com>
Date: Thu, 20 Sep 2018 16:57:48 -0400
Subject: [PATCH] Export data as .json
---
src/ui/options.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ui/options.js b/src/ui/options.js
index 31cf5c3c..526a746e 100644
--- a/src/ui/options.js
+++ b/src/ui/options.js
@@ -65,7 +65,7 @@
button.disabled = true;
let settings = await UI.exportSettings();
let f = document.createElement("iframe");
- f.srcdoc = `NoScript Export`;
+ f.srcdoc = `NoScript Export`;
f.style.position = "fixed";
f.style.top = "-999px";
f.style.height = "1px";