Fix interactive tutorials issues

This commit is contained in:
Roman Hotsiy
2024-02-09 18:18:57 +08:00
parent c1e0886e0c
commit 498bf7007b
11 changed files with 25 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
// 1. Connect
// The code for these steps is handled by interactive-tutorial.js
window.onRouteChange(() => {
onCurrentRouteLoaded(() => {
// 2. Prepare Transaction ------------------------------------------------------
$("#prepare-button").click( async function(event) {