diff options
| author | _Tradam <[email protected]> | 2021-12-16 19:22:26 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-16 19:22:26 -0500 |
| commit | 5954b9beb4d4a3b4f248d72d1851195f030558a8 (patch) | |
| tree | fecd8aa840a25afdb502915b0fdb4d03b7ed339a /deploy_template/.dragonruby/stubs/html5/stub/index.html | |
| parent | 2f845281f133849256b57bb08fd3e9ae57600784 (diff) | |
| parent | eaa29e72939f5edf61735ccbb73c36ee89369f65 (diff) | |
| download | dragonruby-game-toolkit-contrib-master.tar.gz dragonruby-game-toolkit-contrib-master.zip | |
Diffstat (limited to 'deploy_template/.dragonruby/stubs/html5/stub/index.html')
| -rw-r--r-- | deploy_template/.dragonruby/stubs/html5/stub/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deploy_template/.dragonruby/stubs/html5/stub/index.html b/deploy_template/.dragonruby/stubs/html5/stub/index.html index b2bcf9f..b9d48b7 100644 --- a/deploy_template/.dragonruby/stubs/html5/stub/index.html +++ b/deploy_template/.dragonruby/stubs/html5/stub/index.html @@ -77,10 +77,8 @@ </head> <body id='toplevel'> <div class="emscripten_border" id='borderdiv'> - <input id="game-input" autocomplete="off" /> - <canvas class="game emscripten" id="canvas" oncontextmenu="event.preventDefault()"></canvas> + <canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas> </div> - <br/> <textarea style="display: none;" id="output" rows="8"></textarea> <div class="emscripten" id="status"></div> |
