fix variable bug
This commit is contained in:
parent
cb2ba3cb6a
commit
39a065a629
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<script id="autorun" type="module">
|
<script id="autorun" type="module">
|
||||||
function autorun() {
|
function autorun() {
|
||||||
log_style =
|
let log_style =
|
||||||
'; font-size: 14px; font-weight: bold; font-style: monospace;' +
|
'; font-size: 14px; font-weight: bold; font-style: monospace;' +
|
||||||
'background: #000; color: #fff;' +
|
'background: #000; color: #fff;' +
|
||||||
'padding: 8px; border-radius: 5px;';
|
'padding: 8px; border-radius: 5px;';
|
||||||
|
Loading…
Reference in New Issue
Block a user