diff --git a/downloader.js b/downloader.js index 410a4a06..85eb8b92 100644 --- a/downloader.js +++ b/downloader.js @@ -15,7 +15,6 @@ const DOTNET_DIR = "depotdownloader" // folder where zip is extracted const DOTNET_ZIP_FILE = DOTNET_DOWNLOAD_URL.split("/").pop() // the file that is being downloaded. function submitForm() { - ///console.log(terminal[1][0]) // Check if the form is filled in and if dotnet is installed preDownloadCheck().then(async function () { //console.log(terminal[1][0]) diff --git a/index.html b/index.html index e18e76ba..6e59c3b2 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,8 @@
+ aria-label="Check the location that has been selected." + class="form-control btn btn-sm ml-2 tooltipped tooltipped-ne" id="checkpath"> Open location
@@ -103,7 +104,8 @@