mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv guide
This commit is contained in:
parent
0380fa5a83
commit
4120f18fc9
27 changed files with 330 additions and 352 deletions
|
@ -275,7 +275,11 @@
|
|||
|
||||
html += '<div class="editorTileInner">';
|
||||
|
||||
html += '<p>' + image.Width + ' X ' + image.Height + '</p>';
|
||||
if (image.Width && image.Height) {
|
||||
html += '<p>' + image.Width + ' X ' + image.Height + '</p>';
|
||||
} else {
|
||||
html += '<p> </p>';
|
||||
}
|
||||
|
||||
html += '<p>';
|
||||
|
||||
|
@ -527,7 +531,7 @@
|
|||
|
||||
$('.uploadItemImageForm').off('submit', onSubmit).on('submit', onSubmit);
|
||||
|
||||
$('.btnOpenUploadMenu', page).on('click', function() {
|
||||
$('.btnOpenUploadMenu', page).on('click', function () {
|
||||
|
||||
$('#popupUpload', page).popup('open');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue