fixes #506 - Song list - make columns headers clickable for sorting
This commit is contained in:
@@ -90,4 +90,9 @@
|
||||
return this;
|
||||
};
|
||||
|
||||
$.fn.alphaClear = function (val) {
|
||||
|
||||
return this.alphaValue('');
|
||||
};
|
||||
|
||||
})(window, document, jQuery);
|
||||
Reference in New Issue
Block a user