diff --git a/src/pages/docs.html b/src/pages/docs.html index 028cfe2..4e5dae7 100644 --- a/src/pages/docs.html +++ b/src/pages/docs.html @@ -24,7 +24,7 @@
@@ -94,7 +94,7 @@
You just need to be familiar with HTML and JavaScript basics.
+You just need to be familiar with HTML and JavaScript basics.
To complete this tutorial, you'll need to create a Userbase developer account. Upon creation, a default application named "Preview" will be created. Take note of the App ID, you'll need it in a second.
@@ -466,7 +466,7 @@
-
+
To-Do List
@@ -589,7 +588,7 @@
Then, add code to handle the form submission:
-
+
<!-- application code -->
<script type="text/javascript">
@@ -607,8 +606,8 @@
document.getElementById('login-form').addEventListener('submit', handleLogin)
document.getElementById('signup-form').addEventListener('submit', handleSignUp)
-
document.getElementById('add-todo-form').addEventListener('submit', addTodoHandler)
+
document.getElementById('todo-view').style.display = 'none'
</script>
@@ -721,7 +720,7 @@