diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/install.js b/html/install.js index 7b3f3fe..95388a3 100644 --- a/html/install.js +++ b/html/install.js @@ -181,7 +181,7 @@ function InstallView(tab_id, on_view_show, on_view_hide) { work.waiting++; const url = ver ? - `${this.repo_url}${item_type}/${id}/${ver.join(".")}.json` : + `${this.repo_url}${item_type}/${id}/${ver.join(".")}` : `${this.repo_url}${item_type}/${id}.json`; const response = await browser.tabs.sendMessage(tab_id, ["repo_query", url]); |