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:
parent
148be07c59
commit
1b4932b9fe
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
var elem = $('.notificationsFlyoutlist');
|
var elem = $('.notificationsFlyoutlist');
|
||||||
|
|
||||||
if (!totalRecordCount) {
|
if (!totalRecordCount) {
|
||||||
elem.html('<p>No unread notifications.</p>');
|
elem.html('<p style="padding:.5em 1em;">No unread notifications.</p>');
|
||||||
$('.btnMarkReadContainer').hide();
|
$('.btnMarkReadContainer').hide();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue