mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed pagebeforeshowready
This commit is contained in:
parent
6c549ec80b
commit
382dea3748
45 changed files with 45 additions and 51 deletions
|
@ -235,7 +235,7 @@
|
|||
$('.libraryViewNav', ownerpage).removeClass('libraryViewNavWithMinHeight');
|
||||
}
|
||||
|
||||
$(ownerpage).on('pagebeforeshowready', LibraryBrowser.onTabbedPageBeforeShowReady);
|
||||
$(ownerpage).on('pagebeforeshow', LibraryBrowser.onTabbedpagebeforeshow);
|
||||
|
||||
$(pages).on('iron-select', function () {
|
||||
|
||||
|
@ -251,7 +251,7 @@
|
|||
});
|
||||
},
|
||||
|
||||
onTabbedPageBeforeShowReady: function () {
|
||||
onTabbedpagebeforeshow: function () {
|
||||
|
||||
var page = this;
|
||||
var tabs = page.querySelector('paper-tabs');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue