From 4e3ab802b63f64bcf3e3ff6a768a029659817434 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Tue, 2 Apr 2024 12:49:33 +0200 Subject: [PATCH] removes unnecessary debugging log --- public/js/tabulator/jquery_wrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/tabulator/jquery_wrapper.js b/public/js/tabulator/jquery_wrapper.js index a5ccb92b0..c51c7eea0 100644 --- a/public/js/tabulator/jquery_wrapper.js +++ b/public/js/tabulator/jquery_wrapper.js @@ -47,7 +47,7 @@ that[key] = this[key].bind(this); } } - console.log("here the table is building") + $(document).trigger("tableInit",[this]); });