Turn on PUZZLES_SHOW_CURSOR on KaiOS

Most KaiOS devices are primarily keyboard-based, so this seems like a
reasonable approach.

I've also switched to specifying boolean values as JSON booleans because
that works now.
This commit is contained in:
Ben Harris
2023-03-22 17:59:14 +00:00
parent 0632a3c2e4
commit b66a38bbdc

View File

@ -20,7 +20,8 @@ print <<EOF;
<!-- Override some defaults for small screens --> <!-- Override some defaults for small screens -->
<script id="environment" type="application/json"> <script id="environment" type="application/json">
{ "PATTERN_DEFAULT": "10x10", { "PATTERN_DEFAULT": "10x10",
"PUZZLES_ALLOW_CUSTOM": "N" } "PUZZLES_ALLOW_CUSTOM": false,
"PUZZLES_SHOW_CURSOR": true }
</script> </script>
<style class="text/css"> <style class="text/css">
body { body {