diff options
Diffstat (limited to 'html')
| -rwxr-xr-x | html/jspage.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/jspage.pl b/html/jspage.pl index ed971ae..37eea30 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -213,8 +213,8 @@ ${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="new" class="afterseparator">New game</li +><li id="restart">Restart game</li ><li id="undo">Undo move</li ><li id="redo">Redo move</li ><li id="solve">Solve game</li |