mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
apply suggustion
This commit is contained in:
parent
a28596dc6f
commit
0c9ae31417
2 changed files with 14 additions and 7 deletions
|
@ -9,7 +9,8 @@ define(["loading", "libraryMenu", "globalize", "emby-checkbox", "emby-select"],
|
|||
var validationResult = getValidationAlert(form);
|
||||
|
||||
if (validationResult) {
|
||||
return void alertText(validationResult);
|
||||
alertText(validationResult);
|
||||
return;
|
||||
}
|
||||
|
||||
validateHttps(form).then(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue