1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix auto organize

This commit is contained in:
Luke Pulverenti 2015-09-06 12:02:41 -04:00
parent 0949a50cc1
commit 1a131756c8
5 changed files with 22 additions and 21 deletions

View file

@ -1692,7 +1692,7 @@ $.fn.buttonMarkup.defaults = {
};
$.extend( $.fn.buttonMarkup, {
initSelector: "a[data-role='button'], .ui-bar > a, .ui-bar > *[data-role='controlgroup'] > a, button"
initSelector: "a[data-role='button'], button"
});
})( jQuery );