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]); });