mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 06:27:01 +03:00
fix event
This commit is contained in:
@@ -16,7 +16,7 @@ function run() {
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='chart'></div>
|
<div id='chart'></div>
|
||||||
<button click="document.getElementById('editor').hidden = false; this.hidden = true;" >Editor</button>
|
<button onclick="document.getElementById('editor').hidden = false; this.hidden = true;" >Editor</button>
|
||||||
<div id='editor' hidden='true'>
|
<div id='editor' hidden='true'>
|
||||||
<textarea id="cnsl">
|
<textarea id="cnsl">
|
||||||
fetch('/fileserver/log/message/log_2022-10-15.txt')
|
fetch('/fileserver/log/message/log_2022-10-15.txt')
|
||||||
|
|||||||
Reference in New Issue
Block a user