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> </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')