refactoring

This commit is contained in:
frankknoll
2023-04-03 00:15:00 +02:00
parent 2acaba79fe
commit f2e00505a7
3 changed files with 7 additions and 9 deletions

View File

@@ -141,7 +141,7 @@ class BatchCodeTableInitializer {
row.child(uiContainer).show();
tr.addClass('shown');
const batchcode = row.data()[thisClassInstance.#getColumnIndex('Batch')];
new HistogramView(uiContainer).displayHistogramView('Global', batchcode);
new HistogramView(uiContainer).displayHistogramView(batchcode);
GoogleAnalytics.click_batchcode(batchcode);
}
});