Make global freeze tutorial interactive

This commit is contained in:
mDuo13
2021-10-21 18:08:07 -07:00
parent 2f41ef9480
commit afe6b6263d
5 changed files with 153 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ $(document).ready(() => {
// 3. Send AccountSet --------------------------------------------------------
$("#send-accountset").click( async (event) => {
const block = $(event.target).closest(".interactive-block")
const address = get_address(event)
if (!address) {return}