1
0
Fork 0
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:
Luke Pulverenti 2013-09-05 13:05:39 -04:00
parent 0a849490b6
commit 3e69d637c4
7 changed files with 142 additions and 18 deletions

View file

@ -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) {