mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #519 - Add third wizard page
This commit is contained in:
parent
0a849490b6
commit
3e69d637c4
7 changed files with 142 additions and 18 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
html += "<li>";
|
||||
|
||||
html += "<a onclick='Dashboard.navigate(\"edituser.html?userId=" + user.Id + "\");' href='#'>";
|
||||
html += "<a href='edituser.html?userId=" + user.Id + "'>";
|
||||
|
||||
if (user.PrimaryImageTag) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue