diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-09 14:11:14 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-09 14:11:14 -0400 |
commit | b918c1e702321cf37fcc43b91a5f032a09b8814b (patch) | |
tree | 61dc09d2306c7e105384f78a425294eeda0a7fe4 /www | |
parent | 86d70ba573286267f7f4fe22ffe1e392db58a0ea (diff) | |
download | html5ks-b918c1e702321cf37fcc43b91a5f032a09b8814b.tar.xz html5ks-b918c1e702321cf37fcc43b91a5f032a09b8814b.zip |
remove webp, scale options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index c6b34e4..54597a9 100644 --- a/www/index.html +++ b/www/index.html @@ -79,10 +79,7 @@ <label class="button"><input type="checkbox" class="option" id="hdisable"> <span class="hdisabled_label"></span></label> <label class="button"><input type="checkbox" class="option" id="skipUnread"> <span class="config_skip_unseen_label"></span></label> <label class="button"><input type="checkbox" class="option" id="skipAfterChoices"> <span class="config_skip_after_choice_label"></span></label> - <label class="button"><input type="checkbox" class="option" id="useWebP"> <span class="config_use_webp_label"></span></label> <label class="button"><input type="checkbox" class="option" id="fullscreen"> <span class="config_fullscreen_label"></span></label> - <label class="button"><input type="checkbox" class="option" id="scaleAll"> <span class="config_scale_content_label"></span></label> - <label class="button"><input type="checkbox" class="option" id="scaleVideo"> <span class="config_scale_video_label"></span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="textSpeed"> <span class="tr config_textspeed_label"></span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="autoModeDelay"> <span class="tr config_afmspeed_label"></span></label> |