fixes #562 - Integrate nesbox/snesbox into web client
This commit is contained in:
parent
a1c3ebb854
commit
8140e361fb
6 changed files with 110 additions and 4 deletions
|
@ -137,6 +137,9 @@
|
|||
<span id="playButtonContainer" style="display: none;">
|
||||
<button id="btnPlay" type="button" data-icon="play" data-inline="true" data-mini="true">Play</button>
|
||||
</span>
|
||||
<span id="playExternalButtonContainer" style="display: none;">
|
||||
<a id="btnPlayExternal" data-role="button" data-icon="play" data-inline="true" data-mini="true" href="#" target="_blank">Play</a>
|
||||
</span>
|
||||
<span>
|
||||
<button id="btnRemote" type="button" data-icon="hand-up" data-inline="true" data-mini="true">Remote</button>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue