From d4c939d1b74b4893e8d9c2cb354078574c049599 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 22 Mar 2016 13:47:42 -0400 Subject: [PATCH] update dialogs --- dashboard-ui/components/playlisteditor/playlisteditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/components/playlisteditor/playlisteditor.js b/dashboard-ui/components/playlisteditor/playlisteditor.js index 4c5e24c754..158fd276d6 100644 --- a/dashboard-ui/components/playlisteditor/playlisteditor.js +++ b/dashboard-ui/components/playlisteditor/playlisteditor.js @@ -17,7 +17,7 @@ Dashboard.showLoadingMsg(); - var panel = $(this).parents('paper-dialog')[0]; + var panel = $(this).parents('dialog')[0]; var playlistId = $('#selectPlaylistToAddTo', panel).val();