X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/caa93fd1819b0d57029de637029daf0bc867d17e..65a7510df0f96d4168aa33b3b3be9c6f16b2160c:/index.html diff --git a/index.html b/index.html index 2a82c98..ac8cb53 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,7 @@ <script src="vopamoi.js" defer="true"></script> </head> <body onload="browserInit();"> - <form onsubmit="return BrowserUI.addTask(this);"> - <input id="taskName" name="taskName"> - </form> + <input id="taskName" name="taskName"> + <div id="tasks"></div> </body> </html>