mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Issue a Token improvements: python, UI fixes, etc.
- Display some errors without marking the step as complete (Also applied to Require Destination Tags tutorial) - Add Python equivalent script
This commit is contained in:
@@ -114,6 +114,7 @@ function complete_step_by_id(step_id) {
|
||||
".interactive-block").eq(0).find(".previous-steps-required")
|
||||
next_ui.prop("title", "")
|
||||
next_ui.prop("disabled", false)
|
||||
next_ui.removeClass("disabled")
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -360,7 +361,6 @@ function setup_wait_steps() {
|
||||
min_ledger,
|
||||
max_ledger
|
||||
})
|
||||
console.log(tx_result)
|
||||
|
||||
if (tx_result.validated) {
|
||||
status_box.html(
|
||||
|
||||
Reference in New Issue
Block a user