diff --git a/map/domon/gps-game.js b/map/domon/gps-game.js index 616895d..10fd7ff 100644 --- a/map/domon/gps-game.js +++ b/map/domon/gps-game.js @@ -35,7 +35,7 @@ } else{time = 15; } -document.getElementById(‘time’).textContent = text; +var time = document.getElementById('time'); function resetPath() { // 初期状態に戻す sMarker.remove(mymap); // 始点マーカの除去 gMarker.remove(mymap); // 終点マーカの除去