Skip to content

Commit

Permalink
Update poradnia/static/ and package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2025
1 parent 66b4bc9 commit 8088c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poradnia/static/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -39658,7 +39658,7 @@ window.AjaxDatatableViewUtils = (function() {
Example:

AjaxDatatableViewUtils.init({
search_icon_html: '<i class="fas fa-magnifying-glass"></i>',
search_icon_html: '<i class="fa fa-search"></i>',
language: {
},
fn_daterange_widget_initialize: function(table, data) {
Expand Down Expand Up @@ -39809,7 +39809,7 @@ window.AjaxDatatableViewUtils = (function() {
// var search_icon_html = _options.search_icon_html === undefined ?
// '<div style="border: 1px solid #ccc; text-align: center;">&nbsp;</div>' : _options.search_icon_html;
var search_icon_html = _options.search_icon_html === undefined ? '' : _options.search_icon_html;
//filter_row += '<th><i class="fas fa-magnifying-glass"></i>&nbsp;</th>';
//filter_row += '<th><i class="fa fa-search"></i>&nbsp;</th>';
filter_row += '<th>' + search_icon_html + '</th>';
}
else {
Expand Down

0 comments on commit 8088c2f

Please sign in to comment.