errata fix

This commit is contained in:
fbsanchez 2022-02-23 14:07:20 +01:00
parent 2f304f9250
commit eee355ff00
1 changed files with 2 additions and 2 deletions

View File

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