Commit b15569f2 authored by Romain Loth's avatar Romain Loth

arf

parent a30b3fe5
......@@ -15,7 +15,6 @@ SelectionEngine = function() {
return currsels.indexOf(item) < 0;
}));
} else targeted = currsels;
return targeted;
targeted = targeted.map(Number)
......@@ -714,7 +713,7 @@ TinaWebJS = function ( sigmacanvas ) {
$("#layoutButton").click(function () {
if(TW.partialGraph.isForceAtlas2Running()) {
partialGraph.stopForceAtlas2();
partialGraph.render();
// partialGraph.render();
fa2enabled=false;
return;
} 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