diff options
Diffstat (limited to 'extension/popup/index.html')
-rw-r--r-- | extension/popup/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extension/popup/index.html b/extension/popup/index.html index ec49842..c0e3974 100644 --- a/extension/popup/index.html +++ b/extension/popup/index.html @@ -16,6 +16,8 @@ <ul id="rules-on-this-page"></ul> <h2>All rules:</h2> <ul id="all-rules"></ul> + <h2>General Settings</h2> + <p><label><input id="disable-everywhere" type="checkbox"> Disable everywhere for now?</label></p> </div> <div class="content"> <div class="content-screen" id="rule-content"> @@ -25,10 +27,6 @@ <h2>Tracks</h2> </div> <ul id="track-list"></ul> - <div> - <h1>General Settings</h1> - <p><label><input id="disable-everywhere" type="checkbox"> Disable everywhere for now?</label></p> - </div> </div> <div class="content-screen visible" id="no-rule-content"> <p>No rule selected. Please select or create one!</p> |