Commit 365082b 1 parent e70a8b9 commit 365082b Copy full SHA for 365082b
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 384
384
border-radius : 60px ;
385
385
border : 3px solid transparent;
386
386
font-size : 25px ;
387
+ outline : none;
387
388
}
388
389
# name : focus {
389
390
border : 3px solid var (--c1 );
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ <h2 id="mapname"></h2>
65
65
66
66
</ div >
67
67
< 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 >
69
69
< div class ='button mainPageBtn ' id ="mapleaders "> Leaderboard</ div >
70
70
< div class ='button mainPageAlt ' onclick ='tab(2); '> Back</ div >
71
71
<!-- Course Download Map or print and see details -->
You can’t perform that action at this time.
0 commit comments