mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
trim jquery mobile
This commit is contained in:
parent
316fce063a
commit
301fd258bb
35 changed files with 359 additions and 661 deletions
|
@ -161,13 +161,15 @@
|
|||
});
|
||||
}
|
||||
|
||||
$(document).on('pageinit', "#secondaryItemsPage", function () {
|
||||
pageIdOn('pageinit', "secondaryItemsPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
$(page).on('click', '.mediaItem', onListItemClick);
|
||||
|
||||
}).on('pagebeforeshow', "#secondaryItemsPage", function () {
|
||||
});
|
||||
|
||||
pageIdOn('pagebeforeshow', "secondaryItemsPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue