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

fix ipad login issue

This commit is contained in:
Luke Pulverenti 2014-07-14 21:25:58 -04:00
parent f2144ea5c3
commit 41046b9d5b

View file

@ -188,4 +188,4 @@
} }
}; };
$(document).on('pagebeforeshow', "#loginPage", LoginPage.onPageShow); $(document).on('pageshow', "#loginPage", LoginPage.onPageShow);