diff --git a/manager/javascripts/dcsinstance.js b/manager/javascripts/dcsinstance.js index 2e2c58bb..c5fea078 100644 --- a/manager/javascripts/dcsinstance.js +++ b/manager/javascripts/dcsinstance.js @@ -52,7 +52,6 @@ class DCSInstance { /* Check that the registry read was successfull */ let customSavedGamesFolder = (await getManager().getOptions()).savedGamesFolder; - console.log((await getManager().getOptions())) if (customSavedGamesFolder !== undefined || (result[shellFoldersKey] !== undefined && result[shellFoldersKey]["exists"] && result[shellFoldersKey]['values'][saveGamesKey] !== undefined && result[shellFoldersKey]['values'][saveGamesKey]['value'] !== undefined)) { try { /* Read all the folders in Saved Games */ diff --git a/manager/javascripts/manager.js b/manager/javascripts/manager.js index 8f4b701e..5f2558b1 100644 --- a/manager/javascripts/manager.js +++ b/manager/javascripts/manager.js @@ -418,7 +418,7 @@ class Manager { /* Installation type page */ } else if (this.activePage == this.cameraPage) { if (await this.checkDCSRunning()) { - showConfirmPopup(`
`, async () => { + showConfirmPopup(``, async () => { /* Nested popup calls need to wait for animation to complete */ await sleep(300); @@ -433,7 +433,7 @@ class Manager { } else if (this.activePage == this.expertSettingsPage) { if (await this.checkPorts() && await this.checkPasswords()) { if (await this.checkDCSRunning()) { - showConfirmPopup(``, async () => { + showConfirmPopup(``, async () => { /* Nested popup calls need to wait for animation to complete */ await sleep(300); @@ -644,7 +644,7 @@ class Manager { showErrorPopup("") } else { if (await this.checkDCSRunning()) { - showConfirmPopup(``, async () => { + showConfirmPopup(`.