mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
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:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user