mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #506 - Song list - make columns headers clickable for sorting
This commit is contained in:
parent
b7d236b9e4
commit
029f458651
5 changed files with 133 additions and 35 deletions
|
@ -90,4 +90,9 @@
|
|||
return this;
|
||||
};
|
||||
|
||||
$.fn.alphaClear = function (val) {
|
||||
|
||||
return this.alphaValue('');
|
||||
};
|
||||
|
||||
})(window, document, jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue