about summary refs log tree commit diff stats
path: root/src/pages/popup
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/popup')
-rw-r--r--src/pages/popup/popup.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/popup/popup.js b/src/pages/popup/popup.js
index 8d7a7bb5..28b3121c 100644
--- a/src/pages/popup/popup.js
+++ b/src/pages/popup/popup.js
@@ -1,7 +1,6 @@
 "use strict";
 
 import commonHelper from "../../assets/javascripts/helpers/common.js";
-import data from "../../assets/javascripts/data.js";
 import youtubeHelper from "../../assets/javascripts/helpers/youtube/youtube.js";
 import twitterHelper from "../../assets/javascripts/helpers/twitter.js";
 import instagramHelper from "../../assets/javascripts/helpers/instagram.js";
@@ -43,7 +42,6 @@ async function wholeInit() {
 };
 
 wholeInit().then(() => {
-  if (data.theme) document.body.classList.add(data.theme);
   disableTwitterElement.checked = !twitterHelper.getDisableTwitter();
   disableYoutubeElement.checked = !youtubeHelper.getDisableYoutube();
   disableInstagramElement.checked = !instagramHelper.getDisableInstagram();