mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
1b4932b9fe
commit
f013eb14b2
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
html += '<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>';
|
html += '<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>';
|
||||||
|
|
||||||
html += '<div class="ui-corner-top ui-bar-a" style="text-align:center;">';
|
html += '<div class="ui-corner-top ui-bar-a" style="text-align:center;">';
|
||||||
html += '<h3 style="margin: .5em 0;">Notifications</h3>';
|
html += '<h3 style="margin: .5em 0;">Messages</h3>';
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
|
||||||
html += '<div data-role="content" class="ui-corner-bottom ui-content" style="padding: 0;">';
|
html += '<div data-role="content" class="ui-corner-bottom ui-content" style="padding: 0;">';
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
userId = user.Id;
|
userId = user.Id;
|
||||||
|
|
||||||
$('<a class="imageLink btnNotifications" href="#" title="Notifications">0</a>').insertAfter($('.btnCurrentUser', header)).on('click', showNotificationsFlyout);
|
$('<a class="imageLink btnNotifications" href="#" title="Messages">0</a>').insertAfter($('.btnCurrentUser', header)).on('click', showNotificationsFlyout);
|
||||||
|
|
||||||
updateNotificationCount();
|
updateNotificationCount();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue