Project

General

Profile

« Previous | Next » 

Revision 8477d0cf

Added by koszko over 1 year ago

fix URL construction when downloading definitions from Hydrilla

View differences:

html/install.js
181 181
	work.waiting++;
182 182

  
183 183
	const url = ver ?
184
	      `${this.repo_url}${item_type}/${id}/${ver.join(".")}.json` :
184
	      `${this.repo_url}${item_type}/${id}/${ver.join(".")}` :
185 185
	      `${this.repo_url}${item_type}/${id}.json`;
186 186
	const response =
187 187
	      await browser.tabs.sendMessage(tab_id, ["repo_query", url]);

Also available in: Unified diff