From 5dfcd0466a4a872ccf4e81448171e915297d1a17 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sat, 11 Feb 2017 14:15:59 +0300 Subject: [PATCH] fixed back basilisk net check --- gui/index.html | 1 - main.js | 1 - 2 files changed, 2 deletions(-) diff --git a/gui/index.html b/gui/index.html index 9fb7eee..cf29566 100644 --- a/gui/index.html +++ b/gui/index.html @@ -45,7 +45,6 @@ stopcheck(); $('#loading_status_text').text('Connecting to Basilisk Network...'); EDEX_DEXgetinfoAll(); - window.close(); } }) //var check = Iguana_activehandle(); diff --git a/main.js b/main.js index 2108d59..ef40b8c 100644 --- a/main.js +++ b/main.js @@ -166,7 +166,6 @@ function createWindow (status) { mainWindow = new BrowserWindow({width: 1280, height: 800, icon: iguanaIcon}) // load our index.html (i.e. easyDEX GUI) - //mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/'); if (appConfig.edexGuiOnly) { mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/'); } else {