fix event

This commit is contained in:
Ralf D. Müller
2022-10-15 15:22:49 +00:00
parent 7d2f28084b
commit 1c6772f383

View File

@@ -16,7 +16,7 @@ function run() {
</head>
<body>
<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'>
<textarea id="cnsl">
fetch('/fileserver/log/message/log_2022-10-15.txt')