Skip to content

Commit

Permalink
activating preloading again, no redmine, call with Matt
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianh committed Feb 26, 2021
1 parent 528900f commit 7b604af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3147,15 +3147,15 @@ var cellbrowser = function() {
var jsonUrl = cbUtil.joinPaths([db.conf.name, "desc.json"]) +"?"+db.conf.md5;
fetch(jsonUrl);

if (db.conf.sampleCount < 50000) {
//if (db.conf.sampleCount < 50000) {
if (db.conf.quickGenes)
db.preloadGenes(db.conf.quickGenes, function() {
updateGeneTableColors(null);
if (getVar("heat")==="1")
onHeatClick();
}, onProgressConsole);
db.preloadAllMeta();
}
//}
}

function onTransClick(ev) {
Expand Down

0 comments on commit 7b604af

Please sign in to comment.