From be888231162eca0bf5796306f34094f355f75325 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 28 Jan 2023 16:53:26 +0100 Subject: [PATCH] refactoring --- docs/batchCodeTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/batchCodeTable.js b/docs/batchCodeTable.js index d9c43825746..7147a668a28 100644 --- a/docs/batchCodeTable.js +++ b/docs/batchCodeTable.js @@ -134,7 +134,7 @@ class BatchCodeTableInitializer { const uiContainer = document.createElement("div"); row.child(uiContainer).show(); tr.addClass('shown'); - new HistogramView().show('FD6840', uiContainer); + new HistogramView().show(row.data()[1], uiContainer); } }); }