diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-09-06 21:49:39 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-09-06 21:49:39 +0100 |
| commit | ef39e6e1739435f8c079bc2d94765e735da0b52a (patch) | |
| tree | 05d95d66c1b3cd27ffd1c9792ca24f6e59454f15 /html | |
| parent | b36298ab4d3e52868d115afca0e26b310eeb06dc (diff) | |
| download | puzzles-ef39e6e1739435f8c079bc2d94765e735da0b52a.zip puzzles-ef39e6e1739435f8c079bc2d94765e735da0b52a.tar.gz puzzles-ef39e6e1739435f8c079bc2d94765e735da0b52a.tar.bz2 puzzles-ef39e6e1739435f8c079bc2d94765e735da0b52a.tar.xz | |
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.
Diffstat (limited to 'html')
| -rwxr-xr-x | html/jspage.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/jspage.pl b/html/jspage.pl index 3c3a2d6..ed971ae 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -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 |