From 4875fd503bb39d682f35753d5661e3e3c7792a29 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 28 Jan 2023 12:19:12 +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 b12f3f678f5..2d2cd9c2817 100644 --- a/docs/batchCodeTable.js +++ b/docs/batchCodeTable.js @@ -24,7 +24,7 @@ class BatchCodeTableInitializer { return div; } const thisClassInstance = this; - $('#' + this.#batchCodeTableElement[0].id + ' tbody').on( + $(`#${this.#batchCodeTableElement[0].id} tbody`).on( 'click', 'td.dt-control', function () {