mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
errata fix
This commit is contained in:
parent
2f304f9250
commit
eee355ff00
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user