diff --git a/ArcadeManager/Views/Wizard/Paths.cshtml b/ArcadeManager/Views/Wizard/Paths.cshtml index 5657fe3..8fa2326 100644 --- a/ArcadeManager/Views/Wizard/Paths.cshtml +++ b/ArcadeManager/Views/Wizard/Paths.cshtml @@ -91,7 +91,7 @@ overwrite = $('input[name=overwrite]:checked').val() == 'yes' ? true : false; // check that every path is filled - if (romset === '') { window.alert('@Localizer.Js("ERROR_NOFULLSET")'; return; } + if (romset === '') { window.alert('@Localizer.Js("ERROR_NOFULLSET")'); return; } if (selection === '') { window.alert('@Localizer.Js("ERROR_NOSELECTION")'); return; } // activate 'next' button when all is done @@ -120,4 +120,4 @@ } }); -} \ No newline at end of file +}