refactoring
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user