mirror of
https://github.com/trebonian/visual6502.git
synced 2025-08-15 13:27:43 +00:00
[bug]fix improper closing tag (expert.html)
This commit is contained in:
@@ -85,7 +85,7 @@ $().ready(function(){
|
|||||||
<input type="checkbox" name="0" id="updateShow0" onchange="updateShow(this.name,this.checked)" />(metal)
|
<input type="checkbox" name="0" id="updateShow0" onchange="updateShow(this.name,this.checked)" />(metal)
|
||||||
<input type="checkbox" name="2" id="updateShow2" onchange="updateShow(this.name,this.checked)" />(protection)
|
<input type="checkbox" name="2" id="updateShow2" onchange="updateShow(this.name,this.checked)" />(protection)
|
||||||
</form>
|
</form>
|
||||||
<form action="javascript:hiliteNodeList();" />
|
<form action="javascript:hiliteNodeList();">
|
||||||
<input type="button" value="Highlight:" onclick="hiliteNodeList();" />
|
<input type="button" value="Highlight:" onclick="hiliteNodeList();" />
|
||||||
<input type="text" id="HighlightThese" name="HighlightThese" value="" />
|
<input type="text" id="HighlightThese" name="HighlightThese" value="" />
|
||||||
<input type="button" value="Clear Highlighting" onclick="clearHighlight();" />
|
<input type="button" value="Clear Highlighting" onclick="clearHighlight();" />
|
||||||
|
Reference in New Issue
Block a user