Browse Source

Merge pull request #20 from pbca26/master

fixed back basilisk net check
ca333-dev
Satinder Grewal 8 years ago
committed by GitHub
parent
commit
bb7082bd14
  1. 1
      gui/index.html
  2. 1
      main.js

1
gui/index.html

@ -45,7 +45,6 @@
stopcheck(); stopcheck();
$('#loading_status_text').text('Connecting to Basilisk Network...'); $('#loading_status_text').text('Connecting to Basilisk Network...');
EDEX_DEXgetinfoAll(); EDEX_DEXgetinfoAll();
window.close();
} }
}) })
//var check = Iguana_activehandle(); //var check = Iguana_activehandle();

1
main.js

@ -166,7 +166,6 @@ function createWindow (status) {
mainWindow = new BrowserWindow({width: 1280, height: 800, icon: iguanaIcon}) mainWindow = new BrowserWindow({width: 1280, height: 800, icon: iguanaIcon})
// load our index.html (i.e. easyDEX GUI) // load our index.html (i.e. easyDEX GUI)
//mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/');
if (appConfig.edexGuiOnly) { if (appConfig.edexGuiOnly) {
mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/'); mainWindow.loadURL('http://127.0.0.1:17777/gui/EasyDEX-GUI/');
} else { } else {

Loading…
Cancel
Save