diff options
Diffstat (limited to 'deploy_template/.dragonruby/stubs/html5/stub')
| -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> |
