Fixed log
This commit is contained in:
		| @@ -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); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 a_voel02
					a_voel02