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
|
@ -12,7 +12,7 @@
|
|||
<a href="#" onclick="Dashboard.navigate('edituser.html', true);" data-role="button">Profile</a>
|
||||
<a href="#" data-role="button" onclick="Dashboard.navigate('userimage.html', true);">Image</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">Password</a>
|
||||
<a href="#" data-role="button" onclick="Dashboard.navigate('library.html', true);">Media Library</a>
|
||||
<a href="#" data-role="button" class="lnkMediaLibrary" style="display:none;" onclick="Dashboard.navigate('library.html', true);">Media Library</a>
|
||||
</div>
|
||||
<h3 style="display: none;">Create Password</h3>
|
||||
<form id="updatePasswordForm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue