Skip to content

Commit

Permalink
Hide disable extension setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Feb 10, 2017
1 parent cd4650c commit e8340fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lighthouse-extension/app/manifest.json
Expand Up @@ -19,7 +19,6 @@
"permissions": [
"activeTab",
"debugger",
"management",
"storage"
],
"browser_action": {
Expand Down
6 changes: 3 additions & 3 deletions lighthouse-extension/app/popup.html
Expand Up @@ -57,10 +57,10 @@ <h2 class="header-titles__url">...</h2>
</aside>

<aside class="options subpage">
<h2 class="options__title">Settings</h2>
<div>
<h2 class="options__title" hidden>Settings</h2>
<div hidden>
<label>
<input type="checkbox" class="setting-disable-extensions"
<input type="checkbox" class="setting-disable-extensions" disabled
value="Disable other extensions while Lighthouse audits a page">Disable other extensions while Lighthouse audits a page.
</label>
</div>
Expand Down

0 comments on commit e8340fc

Please sign in to comment.