From 19da66425a486810a17b73409bea56d1ad9de404 Mon Sep 17 00:00:00 2001
From: Daniel Vassallo You just need to be familiar with HTML and JavaScript basics. You just need to be familiar with HTML and JavaScript basics.
@@ -94,7 +94,7 @@
Prerequisites
- Setting up
@@ -133,7 +133,7 @@
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 @@