Skip to content

Commit e7a726f

Browse files
Update game.html
1 parent 11d8bc4 commit e7a726f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/game.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1 class="win2" style="display: none"></h1> <!--// Cre
5555
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.8/sweetalert2.min.js"></script>
5656
<!-- // End JS imports -->
5757
<script>
58-
var demoMode = true;
58+
var demoMode = false;
5959
if (demoMode) {
6060
$(".words").css({ "border": "10px solid red"})
6161
}

0 commit comments

Comments
 (0)