1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

removed pagebeforeshowready

This commit is contained in:
Luke Pulverenti 2015-09-01 02:22:46 -04:00
parent 6c549ec80b
commit 382dea3748
45 changed files with 45 additions and 51 deletions

View file

@ -2277,12 +2277,6 @@ $(document).on('pagecreate', ".page", function () {
var page = this;
Events.trigger(page, 'pageinitdepends');
}).on('pagebeforeshow', ".page", function () {
var page = this;
Dashboard.ensurePageTitle(page);
Events.trigger(page, 'pagebeforeshowready');
}).on('pageshow', ".page", function () {
var page = this;