mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add remote control chapter menu
This commit is contained in:
parent
a5ab0b50c6
commit
20836ec2f6
26 changed files with 400 additions and 374 deletions
|
@ -123,7 +123,7 @@
|
|||
versionHtml += '<img src="css/images/checkmarkgreen.png" style="height: 17px; margin-left: 10px; margin-right: 0; position: relative; top: 5px; border-radius:3px;" /> Up to date!';
|
||||
}
|
||||
|
||||
$('#activeServiceVersion', page).html(versionHtml);
|
||||
$('#activeServiceVersion', page).html(versionHtml).trigger('create');
|
||||
|
||||
var status = liveTvInfo.Status;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue