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

update password page to new js format

This commit is contained in:
Luke Pulverenti 2013-04-18 15:09:07 -04:00
parent 9e3190a060
commit 05a6467c35
5 changed files with 97 additions and 54 deletions

View file

@ -21,6 +21,12 @@
var page = $($.mobile.activePage);
if (user.Configuration.IsAdministrator) {
$('.lnkMediaLibrary', page).show();
} else {
$('.lnkMediaLibrary', page).hide();
}
$('#uploadUserImage', page).val('').trigger('change');
Dashboard.setPageTitle(user.Name);