Rolling v10.6.1

This commit is contained in:
jomjol
2022-07-24 18:53:25 +02:00
parent 189093d548
commit 0e7c600cf7
209 changed files with 1791 additions and 12917 deletions

View File

@@ -38,7 +38,7 @@ table {
<table>
<tr>
<td><input class="button" type="button" value="Show Actual Reference" onclick="showReference()"></td>
<td><input class="button" type="button" value="Show Actual Reference" onclick="showReference(param)"></td>
<td><input class="button" type="button" value="Create New Reference" onclick="loadRawImage()"></td>
<td><input class="button" type="submit" id="take" onclick="doTake()" value="Take Image"></td>
</tr>
@@ -252,7 +252,7 @@ table {
SaveConfigToServer(basepath);
SaveCanvasToImage(canvas, "/config/reference.jpg", true, basepath);
showReference();
showReference(param);
UpdatePage();
alert("Reference is updated!");
}