views/index.html
@@ -96,7 +96,8 @@ var speedDom = document.getElementById("speed"); var timer = setInterval(function () { if (percent < 100.00) { percent += 0.04; // percent += 0.04; percent += 1; speedDom.innerText = percent.toFixed(2); } else { if (!hasClass(shipInfoBtn, "show")) {