diff --git a/public_html/script.js b/public_html/script.js index 4c3d3c3..c9511b0 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -381,7 +381,7 @@ function end_load_history() { // Process history for (var h = 0; h < PositionHistoryBuffer.length; ++h) { now = PositionHistoryBuffer[h].now; - console.log("Applying history " + h + 1 + "/" + PositionHistoryBuffer.length + " at: " + now); + console.log("Applying history " + (h + 1) + "/" + PositionHistoryBuffer.length + " at: " + now); processReceiverUpdate(PositionHistoryBuffer[h]); // update track