collatzConjecture: fixing download button

dotLines: fixing controls
This commit is contained in:
Sheldan
2025-08-09 00:00:43 +02:00
parent 8c86e89470
commit 8a6e3b86df
3 changed files with 19 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ Beware of ... interesting outcomes as this can cause the created tree to become
<span id="secondValue"></span>
</span>
<br>
<a id="download" onclick="downloadCanvasCommon('collatzConjecture', canvas)">Download</a>
<a id="download" onclick="downloadCanvasCommon()">Download</a>
<br>
<canvas id="canvas"></canvas>