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; return div;
} }
const thisClassInstance = this; const thisClassInstance = this;
$('#' + this.#batchCodeTableElement[0].id + ' tbody').on( $(`#${this.#batchCodeTableElement[0].id} tbody`).on(
'click', 'click',
'td.dt-control', 'td.dt-control',
function () { function () {