Skip to content

Commit 365082b

Browse files
committed
Some quick bug fixes
1 parent e70a8b9 commit 365082b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ p {
384384
border-radius:60px;
385385
border:3px solid transparent;
386386
font-size: 25px;
387+
outline:none;
387388
}
388389
#name:focus {
389390
border:3px solid var(--c1);

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 id="mapname"></h2>
6565

6666
</div>
6767
<div class='button mainPageBtn' onclick='printMap();'>Print</div>
68-
<div class='button mainPageBtn' onclick='tab(17);loadCourse();'>Start Course</div>
68+
<div class='button mainPageBtn' onclick='tab(17);document.getElementById("name").focus();'>Start Course</div>
6969
<div class='button mainPageBtn' id="mapleaders">Leaderboard</div>
7070
<div class='button mainPageAlt' onclick='tab(2);'>Back</div>
7171
<!-- Course Download Map or print and see details -->

0 commit comments

Comments
 (0)