Skip to content

Commit

Permalink
fix typo on setting label on filtered item count
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlineDynamic committed Jan 9, 2025
1 parent 151b8db commit 0a8f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/fpp-filemanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function UpdateFileCount ($dir) {
.not('.filtered').length;
if ($('#tbl' + $dir + ' tbody tr.filtered').length > 0) {
//is filtered
$('#div' + $dir + ' .fileCountlabelHeading')[0].innerHTML = innerHtml =
$('#div' + $dir + ' .fileCountlabelHeading')[0].innerHTML =
'<span class="filtered">Filtered items:<span>';
$('#fileCount_' + $dir)
.removeClass('text-bg-secondary')
Expand Down

0 comments on commit 0a8f610

Please sign in to comment.