forked from cory/tildefriends
intro: Skipped a step.
This commit is contained in:
parent
392d31cc53
commit
a25d08fd76
@ -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/';
|
||||
|
Loading…
x
Reference in New Issue
Block a user