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) {
|
||||
centerFocus(dlg.querySelector('.formDialogContent'), false, true);
|
||||
dlg.querySelector('.btnSearchSubtitles').classList.add('hide');
|
||||
|
||||
// Don't allow redirection to other websites from the TV layout
|
||||
dlg.querySelector('.btnHelp').remove();
|
||||
} else {
|
||||
btnSubmit.classList.add('hide');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue