errata fix

This commit is contained in:
fbsanchez 2022-02-23 14:07:20 +01:00
parent 2f304f9250
commit eee355ff00

View File

@ -225,8 +225,8 @@ function form_upload(url, auth, current_package) {
} }
}); });
} else if ( } else if (
Math.round(parseFloat(number_update)) != target_version || Math.round(parseFloat(number_update)) != target_version &&
Math.round(parseFloat(number_update)) != target_patch || Math.round(parseFloat(number_update)) != target_patch &&
Math.round(parseFloat(number_update)) != current_version Math.round(parseFloat(number_update)) != current_version
) { ) {
if (ImSureWhatImDoing == undefined || ImSureWhatImDoing == false) { if (ImSureWhatImDoing == undefined || ImSureWhatImDoing == false) {