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