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

update people sorting

This commit is contained in:
Luke Pulverenti 2015-07-14 15:04:16 -04:00
parent 1c27cdeb2c
commit f5fb6ccca5
8 changed files with 51 additions and 54 deletions

View file

@ -617,8 +617,6 @@ var Dashboard = {
$(document.body).append(html);
document.body.classList.add('bodyWithPopupOpen');
// This timeout is obviously messy but it's unclear how to determine when the webcomponent is ready for use
// element onload never fires
setTimeout(function () {
@ -629,7 +627,6 @@ var Dashboard = {
$(dlg).on('iron-overlay-closed', function (e) {
var confirmed = this.closingReason.confirmed;
this.parentNode.removeChild(this);
document.body.classList.remove('bodyWithPopupOpen');
if (callback) {
callback(confirmed);