This commit is contained in:
pvvx 2017-06-28 07:09:45 +03:00
parent b8c699eb1c
commit 3a865fb51d
40 changed files with 293 additions and 463 deletions

View file

@ -25,7 +25,7 @@
<script type="text/javascript">
function DeepSleep(){
var dstim = parseInt(document.getElementById('ds_time').value,10);
newAJAXCommand('/web.cgi?&sys_dsleep=0x' + dstim.toString(16), null, 0);
newAJAXCommand('/web.cgi?sys_dsleep=0x' + dstim.toString(16), null, 0);
}
</script>
</body>