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