Show "Please wait..." when waiting for simulation complete

This commit is contained in:
Nikolay Puzanov 2022-12-01 16:51:37 +03:00
parent 0e4d5a2df3
commit 171b821dbb

View File

@ -67,6 +67,7 @@
}); });
const log_area = document.getElementById('log'); const log_area = document.getElementById('log');
function send_to_icarus() { function send_to_icarus() {
log_area.value = "Please wait...";
fetch('%IVERILOGPOSTURI%', fetch('%IVERILOGPOSTURI%',
{ {
method: 'POST', method: 'POST',