intro: Skipped a step.

This commit is contained in:
Cory McWilliams 2025-05-22 07:04:57 -04:00
parent 392d31cc53
commit a25d08fd76

View File

@ -132,8 +132,8 @@
</ul>
</div>
<footer class="w3-center w3-xlarge w3-padding">
<a class="w3-button w3-yellow" target="_top" href="/~core/ssb/"
>Okay</a
<button class="w3-button w3-yellow proceed"
>Okay</button
>
</footer>
</div>
@ -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/';