Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwson-automation committed Aug 2, 2023
1 parent 3dc9b21 commit 79a4bb3
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 @@ -110,7 +110,7 @@
<div id="score">0</div>
<div id="high_score">0</div>
<canvas id="gameCanvas" width="1000" height="300"></canvas>
<div id="title">인터넷 연결 없음</div>
<div id="title">인터넷 연결 없음 V1.0</div>
<div id="description">
<div id="sub-title">다음 방법을 시도해 보세요.</div>
<li>네트워크 케이블, 모뎀, 라우터 확인</li>
Expand Down Expand Up @@ -161,7 +161,7 @@

<script>
var lastTouchEnd = 0;

document.documentElement.addEventListener('touchend', function (event) {
var now = (new Date()).getTime();
if (now - lastTouchEnd <= 300) {
Expand Down

0 comments on commit 79a4bb3

Please sign in to comment.