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

implement removing from playlists

This commit is contained in:
Luke Pulverenti 2014-08-11 19:41:11 -04:00
parent a9e5a73d42
commit 6f781f5a96
5 changed files with 43 additions and 11 deletions

View file

@ -1131,7 +1131,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
var name = $('.notificationName', item).html();
Dashboard.alert({
message: overview,
message: '<div style="max-height:300px; overflow: auto;">' + overview + '</div>',
title: name
});
});