mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
7343772338
commit
22bb6a4963
44 changed files with 392 additions and 421 deletions
|
@ -596,7 +596,7 @@ function ticks_to_human(str) {
|
|||
$.fn.visible = function(visible) {
|
||||
|
||||
if (visible) {
|
||||
return this.removeClass('forceHide');
|
||||
return this.removeClass('hide');
|
||||
}
|
||||
return this.addClass('forceHide');
|
||||
return this.addClass('hide');
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue