Fixed log
This commit is contained in:
parent
d64fcc57f1
commit
5232868a10
@ -18,7 +18,7 @@
|
||||
|
||||
<h2>Log:</h2>
|
||||
<div id='log'>
|
||||
<textarea id='logs' style="width: 500px; height: 500px;"></textarea>
|
||||
<textarea readonly id='logs' style="width: 500px; height: 500px;"></textarea>
|
||||
</div>
|
||||
<script>
|
||||
function getRaw(from, callback){
|
||||
@ -96,7 +96,6 @@
|
||||
document.getElementById('logs').innerText = text;
|
||||
});
|
||||
}
|
||||
|
||||
updateLog();
|
||||
setInterval(updateLog, 1000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user