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