diff --git a/Clipper/joplin-webclipper/manifest.json b/Clipper/joplin-webclipper/manifest.json index 6820581d1..62e40ad36 100644 --- a/Clipper/joplin-webclipper/manifest.json +++ b/Clipper/joplin-webclipper/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Joplin Web Clipper", - "version": "1.0.1", + "version": "1.0.2", "description": "Gets and saves content from your browser to Joplin.", diff --git a/ElectronClient/app/gui/ClipperConfigScreen.jsx b/ElectronClient/app/gui/ClipperConfigScreen.jsx index 5af43e92e..1c8a43229 100644 --- a/ElectronClient/app/gui/ClipperConfigScreen.jsx +++ b/ElectronClient/app/gui/ClipperConfigScreen.jsx @@ -25,7 +25,7 @@ class ClipperConfigScreenComponent extends React.Component { } firefoxButton_click() { - + bridge().openExternal("https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/"); } render() { @@ -58,12 +58,6 @@ class ClipperConfigScreenComponent extends React.Component { webClipperStatusComps.push() } - const firefoxComp = ( -

- -

- ); - return (
@@ -84,6 +78,7 @@ class ClipperConfigScreenComponent extends React.Component {

{_('Download and install the relevant extension for your browser:')}

+