Skip to content

Commit

Permalink
Update function.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Sep 7, 2024
1 parent 91ad5ca commit 5517b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion srv/http/assets/js/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,6 @@ function renderLibraryCounts() {
.toggleClass( 'nodata', ! count );
if ( typeof count !== 'boolean' ) $this.find( 'gr' ).html( count ? count.toLocaleString() : '' );
} );
if ( D.albumyear ) $( '.mode.album' ).find( 'gr' ).html( C.albumyear.toLocaleString() );
$( '.mode gr' ).toggleClass( 'hide', ! D.count );
$( '.mode .label' ).toggleClass( 'hide', ! D.label );
}
Expand Down

0 comments on commit 5517b16

Please sign in to comment.