From 25fe0c5849cf7b2d807242cdc96b965af6375afc Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Wed, 12 Dec 2018 08:06:04 +0100 Subject: [PATCH] :ok_hand: Remove all `innerHTML` --- manifest.json | 2 +- src/popup.html | 16 +++++++++++++++- src/scripts/options.js | 6 +++--- src/scripts/popup.js | 35 ++++++++++++----------------------- 4 files changed, 31 insertions(+), 28 deletions(-) diff --git a/manifest.json b/manifest.json index 35c238a..f86b900 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Shikiryu Read Later", - "version": "0.0.2.1", + "version": "0.0.2.2", "manifest_version": 2, "description": "__MSG_extensionDescription__", "icons": { diff --git a/src/popup.html b/src/popup.html index d2347ba..eafcb34 100644 --- a/src/popup.html +++ b/src/popup.html @@ -8,7 +8,21 @@