Fixed a bug with the canvas height setting.
This commit is contained in:
+3
-3
@@ -29,8 +29,8 @@
|
||||
}
|
||||
|
||||
function updateCanvasHeight(){
|
||||
let h = document.getElementById('canvasHeightTextbox').value;
|
||||
|
||||
let h = document.getElementById('canavasHeightTextbox').value;
|
||||
resizeCanvas(width, h);
|
||||
}
|
||||
|
||||
function toggleForm(enabled){
|
||||
@@ -76,7 +76,7 @@
|
||||
<select id="searchAlgo">
|
||||
<option value="depthFirst">Depth First</option>
|
||||
<option value="breadthFirst">Breadth First</option>
|
||||
<option value="a*">a*</option>
|
||||
<!--<option value="a*">a*</option>-->
|
||||
</select>
|
||||
</fieldset>
|
||||
<fieldset id="misc" disabled="disabled">
|
||||
|
||||
Reference in New Issue
Block a user