mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
report app usage to server
This commit is contained in:
parent
1c0b553e3d
commit
ee9f68f14f
3 changed files with 25 additions and 13 deletions
|
@ -45,9 +45,9 @@
|
|||
|
||||
html += '</p>';
|
||||
|
||||
html += '<div class="btnNotificationListContainer"><a data-role="button" href="notificationlist.html" data-icon="action" data-mini="true">View Notifications</a></div>';
|
||||
html += '<div style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="check" data-mini="true" data-theme="b">Mark these read</button></div>';
|
||||
|
||||
html += '<div class="btnNotificationListContainer"><button class="btnNotificationList" type="button" data-icon="action" data-mini="true">View Notifications</button></div>';
|
||||
|
||||
html += '</div>';
|
||||
|
||||
|
@ -73,18 +73,12 @@
|
|||
|
||||
});
|
||||
|
||||
}).on("click", ".btnNotificationList", function(e) {
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Dashboard.navigate("notificationlist.html");
|
||||
|
||||
});
|
||||
|
||||
self.isFlyout = true;
|
||||
|
||||
var startIndex = 0;
|
||||
var limit = 4;
|
||||
var limit = 5;
|
||||
var elem = $('.notificationsFlyoutlist');
|
||||
var markReadButton = $('.btnMarkReadContainer');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue