Skip to content

Commit fcae415

Browse files
committed
Update index.html
1 parent 17df445 commit fcae415

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787
<script src="config.js"></script>
8888
<script src="solver.js"></script>
8989

90-
<!-- <div class="btn-container" style="width:100%">
91-
<img src="../imgs/face1.png" alt="" id="resetButton" class="vertical-center play-button" onclick="newGame()">
92-
</div> -->
9390
<main class="game-container draggable">
9491
<div class="window-header">
9592
<div class="title-bar">
@@ -280,7 +277,7 @@ <h2>Mines:</h2>
280277
canvasHTML = document.getElementById("defaultCanvas0"); //createCanvas(windowWidth - border*2, windowHeight - border*2);
281278
ellipseMode(CENTER);
282279

283-
const guessFree = localStorage.getItem("LOCAL_STORAGE_GUESS_FREE_KEY") === "true";
280+
const guessFree = localStorage.getItem(LOCAL_STORAGE_GUESS_FREE_KEY) === "true";
284281

285282
let context = canvasElement.getContext("2d");
286283
context.mozImageSmoothingEnabled = false;

0 commit comments

Comments
 (0)