Skip to content

Commit

Permalink
Update Rest button to Play New Game.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenavas committed Dec 16, 2014
1 parent 1cdfd48 commit 0407479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="memory--settings-label">Grid Settings</h2>
<option value="4x5">4 x 5</option>
<option value="5x6">5 x 6</option>
</select>
<input id="memory--settings-reset" type="submit" value="Reset" />
<input id="memory--settings-reset" type="submit" value="Start New Game" />
</form>
</div>
</section>
Expand All @@ -43,4 +43,4 @@ <h3 id="memory--end-game-score"></h3>
</section>
<script src="js/BrowserInterface.js" type="text/javascript"></script>
</body>
</html>
</html>

0 comments on commit 0407479

Please sign in to comment.