aboutsummaryrefslogtreecommitdiff
path: root/html/install.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/install.js')
-rw-r--r--html/install.js2
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]);