fix variable bug

This commit is contained in:
Alexander Popov 2023-08-06 02:11:56 +03:00
parent cb2ba3cb6a
commit 39a065a629
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6

View File

@ -32,7 +32,7 @@
<script id="autorun" type="module">
function autorun() {
log_style =
let log_style =
'; font-size: 14px; font-weight: bold; font-style: monospace;' +
'background: #000; color: #fff;' +
'padding: 8px; border-radius: 5px;';