Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Removed page, changed graph page
Browse files Browse the repository at this point in the history
graph_1.html it's in dev, use graph.html
  • Loading branch information
pielco11 committed Sep 8, 2018
1 parent e59555a commit 7276361
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 65 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}));
Expand Down
5 changes: 0 additions & 5 deletions pages/graph_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,6 @@ <h1>
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);
Expand Down
59 changes: 0 additions & 59 deletions pages/rendering.html

This file was deleted.

0 comments on commit 7276361

Please sign in to comment.