mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove external link in Subtitle Editor
This commit is contained in:
parent
b09fd1b099
commit
ed964137fa
1 changed files with 3 additions and 0 deletions
|
@ -384,6 +384,9 @@ function showEditorInternal(itemId, serverId, template) {
|
||||||
if (layoutManager.tv) {
|
if (layoutManager.tv) {
|
||||||
centerFocus(dlg.querySelector('.formDialogContent'), false, true);
|
centerFocus(dlg.querySelector('.formDialogContent'), false, true);
|
||||||
dlg.querySelector('.btnSearchSubtitles').classList.add('hide');
|
dlg.querySelector('.btnSearchSubtitles').classList.add('hide');
|
||||||
|
|
||||||
|
// Don't allow redirection to other websites from the TV layout
|
||||||
|
dlg.querySelector('.btnHelp').remove();
|
||||||
} else {
|
} else {
|
||||||
btnSubmit.classList.add('hide');
|
btnSubmit.classList.add('hide');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue