refactoring

This commit is contained in:
frankknoll
2023-01-28 12:19:12 +01:00
parent fe2289fb39
commit 4875fd503b

View File

@@ -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 () {