diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-29 21:09:28 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-29 21:09:28 -0400 |
commit | 27e86364232ca85334f20f6491d240b74e2ef014 (patch) | |
tree | a8b44616dffc53b940e9f85849ed44b2e527d8c1 /www/index.html | |
parent | 588a624546ee932e2ccf634e1e3bd20087e61b2c (diff) | |
download | html5ks-27e86364232ca85334f20f6491d240b74e2ef014.tar.xz html5ks-27e86364232ca85334f20f6491d240b74e2ef014.zip |
fix misc. bugs
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 9550a64..6070200 100644 --- a/www/index.html +++ b/www/index.html @@ -83,7 +83,7 @@ <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="autoModeDelay"> <span class="tr">Auto mode delay</span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="musicVolume"> <span class="tr">Music volume</span></label> - <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="sfxVolume"> <span class="tr">SFX volume</span> <span id="test-sfx" class="button"><img src="dump/ui/bt-musicplay.png"> Test</span></label> + <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="soundVolume"> <span class="tr">SFX volume</span> <span id="test-sound" class="button"><img src="dump/ui/bt-musicplay.png"> Test</span></label> </div> <div id="return" class="button" style="position: absolute; bottom: 15px; right: 20px;"> <img src="dump/ui/bt-return.png"> |