summaryrefslogtreecommitdiffstatshomepage
path: root/web/commands.html
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2013-09-20 03:20:28 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2013-09-20 03:20:28 +0000
commit3abb78edd2cb5c19821cc4a00dfae25924ae87e5 (patch)
tree3ee4c0f84a78f118af73c24092db6e306d565e75 /web/commands.html
parent894c6f0b55989c41987beb4f1a76aeec39005597 (diff)
web: Fix rendering issues on WebKit-based phones in portrait mode, added pause/unpause toggle. [Firehawke]
Diffstat (limited to 'web/commands.html')
-rw-r--r--web/commands.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/commands.html b/web/commands.html
index 1a38f257688..53fb2a3f7fe 100644
--- a/web/commands.html
+++ b/web/commands.html
@@ -1,3 +1,4 @@
+<a href="javascript:executeCommands('togglepause');" data-role="button">Toggle Pause</a>
<a href="javascript:executeCommands('softreset');" data-role="button">Soft reset</a>
<a href="javascript:executeCommands('hardreset');" data-role="button">Hard reset</a>
<a href="javascript:executeCommands('exit');" data-role="button">Exit</a>