Fix inconsistent whitespace

pull/567/head
Stephen Tomkinson 1 year ago committed by GitHub
parent 0c80187f21
commit aa274500d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ $.fn.DataTable.ext.renderer.pageButton = $.extend( true, $.fn.DataTable.ext.rend
'<span class="input-group-text rounded-0" id="basic-addon2"> of ' + pages + '</span>' +
'</div>'
input_section = $(host).find("[data-dt-idx='input']");
let input_section = $(host).find("[data-dt-idx='input']");
input_section.closest("li").prop("onclick", null).off("click");
input_section.closest("li").prop("onkeypress", null).off("keypress");
input_section.replaceWith(input_html);

Loading…
Cancel
Save