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