chiark / gitweb /
HTML: move 'New game' back out of the drop-down menu.
authorSimon Tatham <anakin@pobox.com>
Wed, 6 Sep 2017 20:49:39 +0000 (21:49 +0100)
committerSimon Tatham <anakin@pobox.com>
Wed, 6 Sep 2017 20:49:39 +0000 (21:49 +0100)
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.

html/jspage.pl

index 3c3a2d6481d4ab099fb2151a63654e2675727781..ed971ae527903e36be499dc5bbe07516d9fad782 100755 (executable)
@@ -206,7 +206,6 @@ ${unfinishedpara}
 <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 @@ ${unfinishedpara}
 ></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