AMM tutorial: fix explorer links, error handling

This commit is contained in:
mDuo13
2023-09-07 17:09:54 -07:00
parent fd273dccb8
commit a0978f86f0
4 changed files with 29 additions and 14 deletions

View File

@@ -622,6 +622,11 @@ async function do_submit(block, submit_opts, wait_step_name) {
}
}
async function show_log(block, msg) {
block.find(".output-area").append(msg)
}
$(document).ready(() => {
disable_followup_steps()
setup_generate_step()