Put quotes around URI to prevent the shell from altering it.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
tastytea 2019-08-11 20:21:05 +02:00
parent 38f4f9214a
commit 2802095443
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "remwharead",
"version": "0.4.0",
"version": "0.4.1",
"description": "Integrates remwharead into your Browser.",
"homepage_url": "https://schlomp.space/tastytea/remwharead",

View File

@ -12,7 +12,7 @@ const msgerror = document.getElementById("msgerror");
function set_taburl(tabs) // Set taburl to URL of current tab.
{
const tab = tabs[0];
taburl = tab.url;
taburl = '\'' + tab.url + '\'';
}
function get_tags() // get tags from text input.