removing logging
This commit is contained in:
@@ -28,9 +28,12 @@ class BatchCodeTableInitializer {
|
|||||||
#createEmptyBatchCodeTable() {
|
#createEmptyBatchCodeTable() {
|
||||||
return this.#batchCodeTableElement.DataTable(
|
return this.#batchCodeTableElement.DataTable(
|
||||||
{
|
{
|
||||||
|
initComplete: function () {
|
||||||
|
$('.dataTables_filter').append(' (press return key)');
|
||||||
|
},
|
||||||
language:
|
language:
|
||||||
{
|
{
|
||||||
searchPlaceholder: "Enter Batch Code (hit Enter)"
|
searchPlaceholder: "Enter Batch Code"
|
||||||
},
|
},
|
||||||
search:
|
search:
|
||||||
{
|
{
|
||||||
@@ -162,7 +165,6 @@ class BatchCodeTableInitializer {
|
|||||||
.on(
|
.on(
|
||||||
'search.dt',
|
'search.dt',
|
||||||
function () {
|
function () {
|
||||||
console.log('searching: ', thisClassInstance.#batchCodeTable.search().toUpperCase());
|
|
||||||
gtag(
|
gtag(
|
||||||
'event',
|
'event',
|
||||||
'view_search_results',
|
'view_search_results',
|
||||||
|
|||||||
Reference in New Issue
Block a user