From 274b86fb245562072719480b346afb7e568567fb Mon Sep 17 00:00:00 2001 From: mickie Date: Thu, 28 Jan 2021 23:12:17 -0600 Subject: [PATCH] Fix minor issues --- README.md | 2 +- js/index.js | 2 +- js/options.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45ae03c..f627b5e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ __faircoins:__ fVXruVLErxawnKAchcfbMQXya8YYYPvaZN __Bitcoins:__ 15Y9cBeGhGmVGZxFQvQCsQhcCvxgzvKmcR -__Liberapay__ https://liberapay.com/mickie/ +__PayPal__ https://paypal.me/miguerenteria ![](/img/ice-cream.png) [CC-BY 4.0 by Vincent Le Moign](https://commons.wikimedia.org/wiki/File:552-soft-ice-cream-2.svg) diff --git a/js/index.js b/js/index.js index 724bc8e..67d9d4a 100644 --- a/js/index.js +++ b/js/index.js @@ -15,7 +15,7 @@ along with this program. If not, see . */ -import {host} from './background.js' +import { host } from './background.js' window.onload = () => { diff --git a/js/options.js b/js/options.js index 60e3561..5aed805 100644 --- a/js/options.js +++ b/js/options.js @@ -1,4 +1,4 @@ -import {host} from './background.js' +import { host } from './background.js' const saveOptions = (e) => {