Skip to content

Commit 37d2547

Browse files
committed
updated text
1 parent 34657e4 commit 37d2547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/script.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ const loadCourse = function() {
419419
document.getElementById("courseControlLength_on").textContent = (basic.maps[orienteering["courseindex"]]["Controls"].length-2);
420420
document.getElementById("courseDistance_on").textContent = orienteering["length"].toFixed(1)+" km";
421421
document.getElementById("courseDifficulty_on").style.background = basic.colorhue[orienteering["difficulty"]];
422-
warning("Warning","We suggest that you refrain from staring at your phone while doing the course as this may result in injury. Be aware that some controls are placed off of paths. Conditions such as weather may impact how dangerous a course is. <b>Please be aware that this website sometimes does not work.</b>",true);
422+
warning("Warning","We suggest that you refrain from staring at your phone while doing the course as this may result in injury. Be aware that some controls are placed off of paths. Conditions such as weather may impact how dangerous a course is. <br>Please be aware that although this is a website it will still save your course where you left off so you can turn off your phone while running. (if the screen is off distance mesurement will be slightly off)",true);
423423
};
424424
const openOptions = function() {
425425
tab(9);
@@ -575,7 +575,7 @@ const closeFullscreen = function() {
575575
basic.hotcolden = orienteering["currentControl"];
576576
basic.hotcold = !basic.hotcold;
577577
orienteering["bonustime"] += 120; // extra seconds
578-
warning("HC Mode On","Hot Cold Mode Enabled, 2 min have been added. How to use?: Red means you are closer to control and blue indicates you are further away. This feature is only available while your phone is on and in addition will only work for this control.",false);
578+
warning("HC Mode On","Hot Cold Mode Enabled, 2 min have been added to overall time. How to use?: Red means you are closer to control and blue indicates you are further away. This feature is only available while your phone is on and in addition will only work for this control.",false);
579579
tab(6);
580580
}
581581
};

0 commit comments

Comments
 (0)