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

update tabs

This commit is contained in:
Luke Pulverenti 2015-09-01 10:01:59 -04:00
parent 382dea3748
commit 9ea282ff39
129 changed files with 371 additions and 418 deletions

View file

@ -181,7 +181,7 @@
window.MyProfilePage = new myProfilePage();
$(document).on('pageinitdepends', "#userImagePage", function () {
$(document).on('pageinit', "#userImagePage", function () {
var page = this;
@ -406,7 +406,7 @@
window.UpdatePasswordPage = new updatePasswordPage();
$(document).on('pageinitdepends', ".userPasswordPage", function () {
$(document).on('pageinit', ".userPasswordPage", function () {
var page = this;