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

Added a welcome notification

This commit is contained in:
Luke Pulverenti 2013-07-06 22:01:14 -04:00
parent 148be07c59
commit 1b4932b9fe

View file

@ -88,7 +88,7 @@
var elem = $('.notificationsFlyoutlist');
if (!totalRecordCount) {
elem.html('<p>No unread notifications.</p>');
elem.html('<p style="padding:.5em 1em;">No unread notifications.</p>');
$('.btnMarkReadContainer').hide();
return;
}