1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

apply suggustion

This commit is contained in:
grafixeyehero 2020-01-22 18:31:01 +03:00
parent a28596dc6f
commit 0c9ae31417
2 changed files with 14 additions and 7 deletions

View file

@ -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 () {