Implement a live console of the downloader on the progress page #6
@@ -142,7 +142,7 @@
 | 
				
			|||||||
        <button id="toggle-console">Toggle Console View</button>
 | 
					        <button id="toggle-console">Toggle Console View</button>
 | 
				
			||||||
        <button id="back-button" onclick="window.location.href='/'">Back to Index</button>
 | 
					        <button id="back-button" onclick="window.location.href='/'">Back to Index</button>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div id="console"></div>
 | 
					    <div style="display: none;" id="console"></div>
 | 
				
			||||||
    <script>
 | 
					    <script>
 | 
				
			||||||
        let isPaused = false;
 | 
					        let isPaused = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user