Nit for DL link

This commit is contained in:
Eric Swanson 2017-05-30 16:21:31 -07:00
parent eb68f29712
commit b067030242
1 changed files with 1 additions and 1 deletions

View File

@ -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);