From 7276361d4b725072371660eac31d0ae51231d29d Mon Sep 17 00:00:00 2001 From: Francesco Poldi Date: Sat, 8 Sep 2018 19:10:31 +0200 Subject: [PATCH] Removed page, changed graph page graph_1.html it's in dev, use graph.html --- index.js | 2 +- pages/graph_1.html | 5 ---- pages/rendering.html | 59 -------------------------------------------- 3 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 pages/rendering.html diff --git a/index.js b/index.js index e8f0d19..f614596 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,7 @@ app.on('ready' , function(){ })); setTimeout(function (){ win.loadURL(url.format({ - pathname: path.join(__dirname, 'pages/graph_1.html'), + pathname: path.join(__dirname, 'pages/graph.html'), protocol: 'file:', slashes: true })); diff --git a/pages/graph_1.html b/pages/graph_1.html index 1f03cc7..26d77ef 100644 --- a/pages/graph_1.html +++ b/pages/graph_1.html @@ -216,11 +216,6 @@

var a = u+1 loadLink('email'+u, 'email'+a); } - //loadNode('email1', emailType); - //loadNode('email2', emailType); - //loadNode('email3', emailType); - //loadLink('email1', 'email2'); - //loadLink('email3', 'email2'); }; function precomputeGraph(){ precompute(4000, drawGraph); diff --git a/pages/rendering.html b/pages/rendering.html deleted file mode 100644 index da37d10..0000000 --- a/pages/rendering.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Rendering - - - - - - - - - - - - - - -

-
- Rendering... -
-

- -
-
40%
-
- - \ No newline at end of file