diff --git a/apps/web-clipper/entrypoints/options/index.html b/apps/web-clipper/entrypoints/options/index.html index 2363567a5e..16e084ded9 100644 --- a/apps/web-clipper/entrypoints/options/index.html +++ b/apps/web-clipper/entrypoints/options/index.html @@ -54,9 +54,9 @@

Note that the entered password is not stored anywhere, it will be only used to retrieve an authorization token from the server instance which will be then used to send the clipped notes.

- - - + + + diff --git a/apps/web-clipper/entrypoints/popup/index.html b/apps/web-clipper/entrypoints/popup/index.html index be415744ca..7bd985801f 100644 --- a/apps/web-clipper/entrypoints/popup/index.html +++ b/apps/web-clipper/entrypoints/popup/index.html @@ -46,11 +46,11 @@
Status: unknown
- - - - - + + + + + diff --git a/apps/web-clipper/entrypoints/popup/popup.js b/apps/web-clipper/entrypoints/popup/popup.js index adac36126e..eca8d790e1 100644 --- a/apps/web-clipper/entrypoints/popup/popup.js +++ b/apps/web-clipper/entrypoints/popup/popup.js @@ -1,3 +1,5 @@ +console.log("Popup script loaded"); + async function sendMessage(message) { try { return await browser.runtime.sendMessage(message); @@ -164,7 +166,7 @@ browser.runtime.onMessage.addListener(request => { }else{ $alreadyVisited.html(''); } - + } });