Issue a token: interactive & node.js compatible

- Make sample code node.js compatible (need to uncomment a few lines)
- Wire up interactive tutorial bits to actually run the relevant code
- Edit instructions slightly, add notes on Require Destination Tags
This commit is contained in:
mDuo13
2021-08-12 16:57:59 -07:00
parent d93467a8af
commit a7eec0b039
8 changed files with 1069 additions and 61 deletions

View File

@@ -511,6 +511,7 @@ async function do_submit(block, submit_opts, wait_step_name) {
if (wait_step_name){
activate_wait_step(wait_step_name, prelim_result)
}
return prelim_result
} catch(error) {
block.find(".loader").hide()
show_error(block, error)