From a25d08fd7619fbc980c42ca8968ddf0ee3ae28d2 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 22 May 2025 07:04:57 -0400 Subject: [PATCH] intro: Skipped a step. --- apps/intro/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/intro/index.html b/apps/intro/index.html index 56c479f4..c210effd 100644 --- a/apps/intro/index.html +++ b/apps/intro/index.html @@ -132,8 +132,8 @@ @@ -230,7 +230,7 @@ document.getElementById('right').onclick = () => show(1); document.getElementById('complete').onclick = function () { console.log('completing'); - tfrpc.rpc.complete().then(function () { + tfrpc.rpc.complete().finally(function () { console.log('completed'); let a = document.createElement('a'); a.href = '/~core/ssb/';