10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00
This commit is contained in:
Mickaël Véril 2019-09-28 16:15:33 +02:00
parent b7e410b54f
commit a2009896d3

View File

@ -19,7 +19,7 @@ draft: false
var proms=[];
switch (result) {
case "abs":
proms==getAbsFilesName().map((f) => AbsDataFile.loadAsync(f));
proms=getAbsFilesName().map((f) => AbsDataFile.loadAsync(f));
break;
case "fluo":
proms=getFluoFilesName().map((f) => FluoDataFile.loadAsync(f));