mirror of
https://github.com/eatfishfish/openpilot-server.git
synced 2026-08-22 04:42:32 +00:00
modified: static/index.html
This commit is contained in:
+1
-1
@@ -95,7 +95,6 @@
|
||||
localStorage.setItem("dongleId", input_text);
|
||||
document.forms["formDongleId"].style.display="none";
|
||||
document.getElementById('btnlist').style.display="";
|
||||
lastActive()
|
||||
}else {
|
||||
alert("Dongle Id error.");
|
||||
}
|
||||
@@ -128,6 +127,7 @@
|
||||
|
||||
setTimeout("lastActive()", 1500);
|
||||
}
|
||||
lastActive();
|
||||
|
||||
function showNavigation() {
|
||||
dongleId = localStorage.getItem("dongleId");
|
||||
|
||||
Reference in New Issue
Block a user