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:
parent
9e3190a060
commit
05a6467c35
5 changed files with 97 additions and 54 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue