Skip to content

Commit

Permalink
Merge pull request #63 from adunahay/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0 authored Jan 7, 2023
2 parents a0f0088 + 4246c08 commit 5f51b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArcadeManager/Views/Wizard/Paths.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -120,4 +120,4 @@
}
});
</script>
}
}

0 comments on commit 5f51b2b

Please sign in to comment.