Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Jan 10, 2025
1 parent 0838432 commit 1232cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom/inddex/static/inddex/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ hqDefine("inddex/js/main", function () {
tabular = hqImport("reports/js/bootstrap3/tabular");
$(document).on('ajaxSuccess', function (e, xhr, ajaxOptions, data) {
$(".datatable[data-slug]").each(function (index, table) {
const tableData = $(table).data();
tabular.renderPage(data.slug, initialPageData.get("report_table_js_options"));
});
});
Expand Down

0 comments on commit 1232cb2

Please sign in to comment.