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

update sort menu

This commit is contained in:
Luke Pulverenti 2016-02-26 23:39:11 -05:00
parent 73f153405c
commit 22bf2c2268
5 changed files with 9 additions and 27 deletions

View file

@ -2947,7 +2947,11 @@
dlg.innerHTML = html;
document.body.appendChild(dlg);
paperDialogHelper.open(dlg);
// Seeing an issue in Firefox and IE where it's initially visible in the bottom right, then moves to the center
var delay = browserInfo.animate ? 0 : 100;
setTimeout(function() {
paperDialogHelper.open(dlg);
}, delay);
$('.groupSortBy', dlg).on('iron-select', function () {