mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update list styles
This commit is contained in:
parent
5b72e1c91b
commit
fad66be11a
23 changed files with 183 additions and 279 deletions
|
@ -1,4 +1,4 @@
|
|||
(function ($, document, Notifications) {
|
||||
define(['jQuery'], function ($) {
|
||||
|
||||
$(document).on("pageshow", "#notificationsPage", function () {
|
||||
|
||||
|
@ -21,8 +21,7 @@
|
|||
|
||||
Notifications.showNotificationsList(startIndex, limit, elem);
|
||||
|
||||
})
|
||||
.on("click", ".btnNextPage", function (e) {
|
||||
}).on("click", ".btnNextPage", function (e) {
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
|
@ -36,4 +35,4 @@
|
|||
|
||||
});
|
||||
|
||||
})(jQuery, document, Notifications);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue