]> git.scottworley.com Git - vopamoi/blobdiff - index.html
"c" to "Create" tasks
[vopamoi] / index.html
index 5721f962743b7f78cceae61838adacc8155e563f..afb92310049b85518a932ca2895a59acd573135f 100644 (file)
@@ -3,9 +3,9 @@
   <head>
     <script src="vopamoi.js" defer="true"></script>
   </head>
-  <body>
+  <body onload="browserInit();">
     <form onsubmit="return browserCreateTask(this);">
-      <input name="taskName">
+      <input id="taskName" name="taskName">
     </form>
   </body>
 </html>