File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments