Show "Please wait..." when waiting for simulation complete
This commit is contained in:
parent
0e4d5a2df3
commit
171b821dbb
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user