Commit 0b85c6f9 authored by Romain Loth's avatar Romain Loth

minor fixes

parent 77a0f02a
......@@ -74,7 +74,7 @@
"reldbqtable": "ISItermsWhitelistV2Oct_5",
"reldbfile" : "wos_climate-change_title_2014-2015.db",
"reldbtype": "CortextDB",
"reltemplate": "universal"
"reltemplate": "cortext_with_link"
}
}
}
......
......@@ -565,12 +565,7 @@ var SigmaUtils = function () {
else {
if ((TW.conf.fa2Enabled || args.manual)
&& TW.partialGraph.graph.nNodes() >= TW.conf.minNodesForAutoFA2) {
setTimeout(function(){
// NB in here scope: 'this' is the window
if (TW.partialGraph.isForceAtlas2Running())
sigma_utils.ourStopFA2()
},
args.duration)
setTimeout(function(){sigma_utils.ourStopFA2()},args.duration)
// hide edges during work for smaller cpu load
if (TW.partialGraph.settings('drawEdges')) {
......
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