Nit for DL link
This commit is contained in:
parent
eb68f29712
commit
b067030242
|
|
@ -292,7 +292,7 @@
|
||||||
|
|
||||||
var coyoteName = WebUtil.getConfigVar('name', '');
|
var coyoteName = WebUtil.getConfigVar('name', '');
|
||||||
var elm = document.getElementById('zn-download-link');
|
var elm = document.getElementById('zn-download-link');
|
||||||
elm.href = 'https://coyote.priceyak.com/download/' + coyoteName;
|
elm.href = '/download/' + coyoteName;
|
||||||
elm.style.display = '';
|
elm.style.display = '';
|
||||||
|
|
||||||
rfb.connect(host, port, password, path);
|
rfb.connect(host, port, password, path);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue