Commit b15569f2 authored by Romain Loth's avatar Romain Loth

arf

parent a30b3fe5
...@@ -15,7 +15,6 @@ SelectionEngine = function() { ...@@ -15,7 +15,6 @@ SelectionEngine = function() {
return currsels.indexOf(item) < 0; return currsels.indexOf(item) < 0;
})); }));
} else targeted = currsels; } else targeted = currsels;
return targeted;
targeted = targeted.map(Number) targeted = targeted.map(Number)
...@@ -714,7 +713,7 @@ TinaWebJS = function ( sigmacanvas ) { ...@@ -714,7 +713,7 @@ TinaWebJS = function ( sigmacanvas ) {
$("#layoutButton").click(function () { $("#layoutButton").click(function () {
if(TW.partialGraph.isForceAtlas2Running()) { if(TW.partialGraph.isForceAtlas2Running()) {
partialGraph.stopForceAtlas2(); partialGraph.stopForceAtlas2();
partialGraph.render(); // partialGraph.render();
fa2enabled=false; fa2enabled=false;
return; return;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment