« get me outta code hell

interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/popup/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'extension/popup/main.js')
-rw-r--r--extension/popup/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/popup/main.js b/extension/popup/main.js
index b9d9201..d5beeee 100644
--- a/extension/popup/main.js
+++ b/extension/popup/main.js
@@ -420,6 +420,7 @@ Promise.all([
         return browser.storage.sync.get('siteSettings').then(({siteSettings}) => loadRuleList({
             tab, siteSettings,
             selectRule: rule => {
+                changeContentScreen('loading-content');
                 return loadRuleScreen({
                     rule, tab,
                     saveRule: () => {