Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolpz committed Dec 8, 2023
1 parent 3d12584 commit a396a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content_scripts/signit.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

/* *************************************************************** */
/* Toggle video panel ******************************************** */
async function toggleVideoPanel(arr) {
async function toggleVideoPanel() {
// @hugolpz's toggle video solution :
console.log("before")
var showvideoStatus = await browser.storage.local.get( 'showvideo' );
Expand Down

0 comments on commit a396a6a

Please sign in to comment.