ref: ef39e6e1739435f8c079bc2d94765e735da0b52a
parent: b36298ab4d3e52868d115afca0e26b310eeb06dc
author: Simon Tatham <anakin@pobox.com>
date: Wed Sep 6 17:49:39 EDT 2017
HTML: move 'New game' back out of the drop-down menu. The only user to send me a comment today on the new layout said that that menu item in particular is annoying to have hidden behind more clicks, so by a vote of one to nothing, it's back out in the open.
--- a/html/jspage.pl
+++ b/html/jspage.pl
@@ -206,7 +206,6 @@
<hr>
<div id="puzzle" style="display: none">
<div id="gamemenu"><ul><li>Game...<ul
-><li id="new">New game</li
><li id="specific">Enter game ID</li
><li id="random">Enter random seed</li
><li id="save">Download save file</li
@@ -214,6 +213,7 @@
></ul></li
><li>Type...<ul id="gametype"></ul></li
><li class="separator"></li
+><li id="new">New game</li
><li id="restart" class="afterseparator">Restart game</li
><li id="undo">Undo move</li
><li id="redo">Redo move</li