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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-03-22 13:47:42 -04:00
parent 5b66bb9ecb
commit d4c939d1b7

View file

@ -17,7 +17,7 @@
Dashboard.showLoadingMsg();
var panel = $(this).parents('paper-dialog')[0];
var panel = $(this).parents('dialog')[0];
var playlistId = $('#selectPlaylistToAddTo', panel).val();