X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/974848d36d6c4f1b171bd990f3d5659cb0e8134d..68a72fde2851bd9c176b8862708b71707c1d3ea1:/index.html diff --git a/index.html b/index.html index 5721f96..91908e3 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,10 @@ <head> <script src="vopamoi.js" defer="true"></script> </head> - <body> - <form onsubmit="return browserCreateTask(this);"> - <input name="taskName"> + <body onload="browserInit();"> + <form onsubmit="return BrowserUI.addTask(this);"> + <input id="taskName" name="taskName"> </form> + <div id="tasks"></div> </body> </html>