Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Candle - the privacy friendly smart home authored Dec 14, 2020
1 parent 5e35b33 commit 7333895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
.then((res) => res.text())
.then((text) => {
this.content = text;
if( document.location.href.endsWith("privacy-manager") ){
this.show();
}
})
.catch((e) => console.error('Failed to fetch content:', e));
}
Expand Down

0 comments on commit 7333895

Please sign in to comment.