Fix minor issues
This commit is contained in:
parent
e9ab754332
commit
274b86fb24
|
@ -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)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import {host} from './background.js'
|
||||
import { host } from './background.js'
|
||||
|
||||
|
||||
window.onload = () => {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import {host} from './background.js'
|
||||
import { host } from './background.js'
|
||||
|
||||
|
||||
const saveOptions = (e) => {
|
||||
|
|
Loading…
Reference in New Issue