mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 05:26:52 +03:00
Rolling 20210721 BugFix
This commit is contained in:
@@ -208,7 +208,11 @@ table {
|
||||
param["Alignment"]["InitialRotate"].value1 = document.getElementById("prerotateangle").value;
|
||||
|
||||
if ((param["Alignment"]["InitialMirror"].found == true) && (document.getElementById("mirror").checked))
|
||||
{
|
||||
param["Alignment"]["InitialMirror"].value1 = "true";
|
||||
param["Alignment"]["InitialMirror"]["found"] = true;
|
||||
param["Alignment"]["InitialMirror"]["enabled"] = true;
|
||||
}
|
||||
else
|
||||
param["Alignment"]["InitialMirror"].value1 = "false";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user