mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 13:06:54 +03:00
Update readconfigcommon.js
fix for: The same message("Image Contrast got enhanced") came up with "Update Marker" and "Enhance Image Contrast".
This commit is contained in:
@@ -245,7 +245,12 @@ function MakeRefImageZW(zw, _enhance, _domainname){
|
||||
} catch (error){}
|
||||
|
||||
if (xhttp.responseText == "CutImage Done") {
|
||||
firework.launch('Image Contrast got enhanced', 'success', 5000);
|
||||
if (_enhance == true) {
|
||||
firework.launch('Image Contrast got enhanced', 'success', 5000);
|
||||
}
|
||||
else {
|
||||
firework.launch('Alignment Marker have been updated', 'success', 5000);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user