Fix ESLint errors

This commit is contained in:
Themba Dube 2019-07-22 17:45:00 -04:00
parent e787cecc62
commit 676d5b0fd8
2 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,8 @@
margin: 0;
text-align: center;
}
</style>
</style>
<title>hidden iframe</title>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/BrowserFS/2.0.0/browserfs.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.js" type="text/javascript" charset="utf-8"></script>

View File

@ -4,7 +4,7 @@
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600">
<link rel="stylesheet" href="https://littlevgl.com/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/xterm/3.14.4/xterm.min.css" />
<link rel="stylesheet" href="https://littlevgl.com/common.css"/>
@ -88,7 +88,7 @@
<div class="flex-container">
<div style="display: inline-block; padding: 10px;" class="no-iframe">
<h1>LittlevGL+MicroPython simulator</h1>
<p>
<p></p>
This is the JavaScript version of MicroPython, plus the LittlevGL bindings available at
<a href="https://github.com/littlevgl/lv_binding_micropython">https://github.com/littlevgl/lv_binding_micropython</a>.
<br>
@ -96,12 +96,12 @@
<br>
For examples, see the README for the MicroPython binding.
<p>
<p></p>
<input type="button" disabled="disabled" id="run-button" value="Run the script" onclick="runScript();"/>
<span>
Copy/paste script here:
<input onClick="this.setSelectionRange(0, this.value.length)" id="script-compressed" oninput="input_change();"/>
<input onclick="this.setSelectionRange(0, this.value.length)" id="script-compressed" oninput="input_change();"/>
</span>