remove not used code
This commit is contained in:
21
ms.html
21
ms.html
@@ -19,11 +19,6 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<!-- VT commented out
|
||||
<div style="margin: 10px 0px;">
|
||||
F = Flagged, M = Mine, Left Click to reveal a cell, Right Click to flag a cell
|
||||
</div> -->
|
||||
|
||||
<div class="status_msg">
|
||||
<strong>Mines Remaining:</strong> <span id="mine_count"></span>
|
||||
</div>
|
||||
@@ -39,22 +34,6 @@
|
||||
</div>
|
||||
|
||||
<div style="margin: 15px 0px;">
|
||||
<!-- VT commented out
|
||||
<div style="margin: 8px 0px;">
|
||||
<label for="new_rows">Rows:</label>
|
||||
<input type="number" id="new_rows" placeholder="rows" value="8" />
|
||||
<label for="new_cols">Cols:</label>
|
||||
<input type="number" id="new_cols" placeholder="cols" value="8" />
|
||||
<label for="new_mines">Mines:</label>
|
||||
<input type="number" id="new_mines" placeholder="mines" value="10" />
|
||||
</div>
|
||||
<div style="font-size: 10pt;">*max size: 19 x 19</div> -->
|
||||
<input id="new_game_button" type="button" value="Create new game!" />
|
||||
<input id="cheat_button" type="button" value="Cheat!" />
|
||||
</div>
|
||||
<!-- VT commented out
|
||||
<div>
|
||||
<input id="cheat_button" type="button" value="Cheat!" />
|
||||
<div style="font-size: 10pt;">*grid layout printed to JS console</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user