mirror of https://github.com/CIRCL/AIL-framework
Quick refactor for the JavaScript
parent
795d8c8f53
commit
4a4a1d478b
|
@ -73,7 +73,6 @@ function update_values() {
|
|||
curr_data = data_for_processed_paste["global"];
|
||||
all_res.push(fetch_data("global", curr_data, "global"));
|
||||
} else {
|
||||
|
||||
for(d_i in list_feeder) {
|
||||
if(list_feeder[d_i] == "global") {
|
||||
continue;
|
||||
|
@ -86,7 +85,6 @@ function update_values() {
|
|||
curr_data = data_for_processed_paste[dataset];
|
||||
all_res.push(fetch_data(dataset, curr_data, list_feeder[d_i]));
|
||||
}
|
||||
|
||||
}
|
||||
return all_res;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue