refactoring
This commit is contained in:
@@ -134,7 +134,7 @@ class BatchCodeTableInitializer {
|
|||||||
const uiContainer = document.createElement("div");
|
const uiContainer = document.createElement("div");
|
||||||
row.child(uiContainer).show();
|
row.child(uiContainer).show();
|
||||||
tr.addClass('shown');
|
tr.addClass('shown');
|
||||||
new HistogramView().show('FD6840', uiContainer);
|
new HistogramView().show(row.data()[1], uiContainer);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user