mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-02-07 22:30:52 +00:00
Move output control buttons. Resolves #1
This commit is contained in:
parent
f55aa51023
commit
d7f43509a3
@ -101,9 +101,6 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
<option value="sample.readsector">Read Sector File</option>
|
||||
</select>
|
||||
|
||||
<input type="button" id="show_paper" value="Show output" title="Echo all output to a "print-out", so you can copy/paste">
|
||||
<input type="button" id="hide_paper" value="Hide output" title="Hide the "print-out"">
|
||||
|
||||
<!-- Source code editor inserted here -->
|
||||
<div id="editorframe"></div>
|
||||
|
||||
@ -113,6 +110,8 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
<input type="submit" id="btn_share" value="Share your sample!">
|
||||
<input type="button" id="btn_save" value="Save Program" title="Save the current program. NOTE: Can only save one program.">
|
||||
<input type="button" id="btn_load" value="Load Program" title="Load a previously saved program. WARNING: The current program will be lost!">
|
||||
<input type="button" id="show_paper" value="Show output" title="Echo all output to a "print-out", so you can copy/paste">
|
||||
<input type="button" id="hide_paper" value="Hide output" title="Hide the "print-out"">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user