mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 14:07:00 +03:00
set current value als preValue input default
This commit is contained in:
@@ -107,6 +107,7 @@ function loadPrevalue(_basepath) {
|
||||
xhttp.send();
|
||||
response = xhttp.responseText;
|
||||
document.getElementById("prevalue").innerHTML=response;
|
||||
document.getElementById("myInput").value=response;
|
||||
}
|
||||
catch (error)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user