Skip to content

Commit

Permalink
add missed makeElement call
Browse files Browse the repository at this point in the history
  • Loading branch information
stringfellow committed Jun 15, 2023
1 parent cb8c021 commit ede114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.dataTables.yadcf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5400,7 +5400,7 @@ if (!Object.entries) {
}(column_number_str),
}));
if (filterOptions.filter_reset_button_text !== false) {
$(filter_selector_string).find(".yadcf-filter").after($("<button>", {
$(filter_selector_string).find(".yadcf-filter").after(makeElement("<button>", {
type: "button",
id: "yadcf-filter-" + table_selector_jq_friendly + '-' + column_number_str + "-reset",
onmousedown: yadcf.stopPropagation,
Expand Down

0 comments on commit ede114e

Please sign in to comment.