mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
builds: Allow manual downloading of in-progress builds
This commit is contained in:
@@ -114,8 +114,10 @@ function listBuild(data) {
|
||||
if (window.inBisectMode)
|
||||
return bisectNextBuild(buildNumberVal);
|
||||
|
||||
buildBins.firstChild.innerHTML = 'This build failed to compile, please try a different one.';
|
||||
return;
|
||||
if (!data['inProgress']) {
|
||||
buildBins.firstChild.innerHTML = 'This build failed to compile, please try a different one.';
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/* Display build flag buttons when in bisect mode. */
|
||||
|
||||
Reference in New Issue
Block a user