Update index.html

pull/1/merge
Elijah Bansley 2018-05-19 00:18:12 -05:00 committed by GitHub
parent efe031d4e2
commit 080b779235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
</div> </div>
<h3>Log:</h3> <h3>Log:</h3>
<textarea cols="100" rows="15" id="output" readonly></textarea><br> <div cols="100" rows="15" id="output" style="border: 1px solid black;"></div><br>
<button class="btn" id="clearlogsbutton" onclick="clearLog();">Clear Logs</button> <button class="btn" id="clearlogsbutton" onclick="clearLog();">Clear Logs</button>
<script src="./fusee.bin.js"></script> <script src="./fusee.bin.js"></script>