mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
More cleanup.
This commit is contained in:
parent
37a3fb9bcd
commit
bdb792f8fb
@ -131,10 +131,10 @@
|
||||
<div id="keyboard"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="loading" title="Loading">
|
||||
<div id="loading" title="Loading" style="display: none">
|
||||
Loading...
|
||||
</div>
|
||||
<div id="options" title="Options">
|
||||
<div id="options" title="Options" style="display: none">
|
||||
<h3>CPU</h3>
|
||||
<ul>
|
||||
<li>
|
||||
@ -212,7 +212,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="save" title="Save Disk">
|
||||
<div id="save" title="Save Disk" style="display: none">
|
||||
<form action="#" onsubmit="return false;">
|
||||
<b>Save to Browser</b>
|
||||
<br /><br />
|
||||
@ -226,14 +226,14 @@
|
||||
<a id="local_save_link" class="button">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="manage" title="Manage Disks">
|
||||
<div id="manage" title="Manage Disks" style="display: none">
|
||||
</div>
|
||||
<div id="http_load" title="Load URL">
|
||||
<form action="#">
|
||||
<input type="text" id="http_url" style="width: 500px"/>
|
||||
</form>
|
||||
</div>
|
||||
<div id="load" title="Load Disk">
|
||||
<div id="load" title="Load Disk" style="display: none">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user