diff options
| author | Ray <[email protected]> | 2017-05-09 09:35:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-09 09:35:58 +0200 |
| commit | 0ca874c710aace697c5a383f41fc81abf34e2e06 (patch) | |
| tree | 804ea004f637c5514c15a116a9599a93564557ab /templates/web_shell/shell.html | |
| parent | c785d84d30a232d9b44b6969a24103ab8da959b7 (diff) | |
| parent | 4c27412eff10f8ef633d97017dcb9e2faff4c4e1 (diff) | |
| download | raylib-0ca874c710aace697c5a383f41fc81abf34e2e06.tar.gz raylib-0ca874c710aace697c5a383f41fc81abf34e2e06.zip | |
Merge pull request #282 from raysan5/develop
Integrate Develop branch
Diffstat (limited to 'templates/web_shell/shell.html')
| -rw-r--r-- | templates/web_shell/shell.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html index d9a3c49e..b7cbb581 100644 --- a/templates/web_shell/shell.html +++ b/templates/web_shell/shell.html @@ -144,7 +144,7 @@ <div class="emscripten" id="status">Downloading...</div> <span id='controls'> - <span><input type="button" value="Fullscreen" onclick="Module.requestFullScreen(false, false)"></span> + <span><input type="button" value="Fullscreen" onclick="Module.requestFullscreen(false, false)"></span> </span> <div class="emscripten"> |
