1
0
Fork 0
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:
Luke Pulverenti 2016-08-05 15:34:10 -04:00
parent 5b72e1c91b
commit fad66be11a
23 changed files with 183 additions and 279 deletions

View file

@ -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);
});