Skip to content

Commit

Permalink
Fix #55 Remove unneeded reference of facebook.com from devtool panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Apr 6, 2021
1 parent 665dcaf commit 56ca7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/devtools/devtools.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chrome.devtools.panels.create("Cookie Editor",
"/icons/cookie-filled-small.svg",
"/interface/popup-android/cookie-list.html",
"/interface/devtools/cookie-list.html",
function(panel) {

});
2 changes: 1 addition & 1 deletion interface/popup-android/cookie-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<img src="../../icons/cookie-filled.svg" />
<div class="titles">
<h1>Cookie Editor</h1>
<h2>www.facebook.com</h2>
<h2></h2>
</div>

<div id="advanced-toggle-all">
Expand Down

1 comment on commit 56ca7d7

@Ajgera30
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ojalá sirva

Please sign in to comment.