mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Fix "About"
This commit is contained in:
parent
c98306ff39
commit
7b72d8a9d2
@ -97,7 +97,7 @@
|
||||
<i class="fas fa-print"></i>
|
||||
</button>
|
||||
<div style="float: right">
|
||||
<button onclick="Apple2.window.open('about.html', 'blank')" title="About">
|
||||
<button onclick="window.open('about.html', 'blank')" title="About">
|
||||
<i class="fas fa-info"></i>
|
||||
</button>
|
||||
<button onclick="Apple2.openOptions()">
|
||||
|
Loading…
Reference in New Issue
Block a user