mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix parental control prompt
This commit is contained in:
parent
ee03ef4f51
commit
527fe10cbe
3 changed files with 18 additions and 7 deletions
|
@ -373,7 +373,9 @@
|
|||
collapsible.expanded = true;
|
||||
}
|
||||
|
||||
var title = collapsible.title || '';
|
||||
var title = '';
|
||||
|
||||
title += collapsible.title || '';
|
||||
title += '<span class="title-separator">–</span>';
|
||||
title += (link.innerText || link.textContent).trim();
|
||||
|
||||
|
@ -650,7 +652,7 @@
|
|||
|
||||
setTitle: function (title) {
|
||||
|
||||
var html = '<span>' + title + '</span>';
|
||||
var html = title ;
|
||||
|
||||
var page = $.mobile.activePage;
|
||||
if (page) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue