diff --git a/thrimbletrimmer/index.html b/thrimbletrimmer/index.html index bc29e04..a450cdf 100644 --- a/thrimbletrimmer/index.html +++ b/thrimbletrimmer/index.html @@ -109,6 +109,7 @@ + - diff --git a/thrimbletrimmer/scripts/IO.js b/thrimbletrimmer/scripts/IO.js index aa42e57..d134095 100644 --- a/thrimbletrimmer/scripts/IO.js +++ b/thrimbletrimmer/scripts/IO.js @@ -300,7 +300,8 @@ thrimbletrimmerDownload = function(isEditor) { allow_holes: (isEditor) ? String(document.getElementById('AllowHoles').checked) : "true", }); console.log(targetURL); - document.getElementById('outputFile').src = targetURL; + document.getElementById('DownloadLink').href = targetURL; + document.getElementById('DownloadLink').style.display = ""; }; thrimbletrimmerManualLink = function() {