mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added task tooltips
This commit is contained in:
parent
d4553b7b44
commit
21a8644607
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
html += "<li data-role='list-divider'>" + currentCategory + "</li>";
|
||||
}
|
||||
|
||||
html += "<li>";
|
||||
html += "<li title='" + task.Description + "'>";
|
||||
|
||||
html += "<a href='scheduledtask.html?id=" + task.Id + "'>";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue