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:
parent
1c27cdeb2c
commit
f5fb6ccca5
8 changed files with 51 additions and 54 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue