mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
002139addb
commit
dea551e078
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@
|
||||||
function renderTabButtons(page, item) {
|
function renderTabButtons(page, item) {
|
||||||
|
|
||||||
var elem = $('.tabDetails', page)[0];
|
var elem = $('.tabDetails', page)[0];
|
||||||
var text = elem.textContent || elem.innerText;
|
var text = elem.textContent || elem.innerText || '';
|
||||||
|
|
||||||
if (text.trim()) {
|
if (text.trim()) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue