X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/75a42da4667eceebea699c52d85fa4b7c3e6a0bc..d03daa19edde54d43693dca896f6fabade18d326:/index.html

diff --git a/index.html b/index.html
index afb9231..2a82c98 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
     <script src="vopamoi.js" defer="true"></script>
   </head>
   <body onload="browserInit();">
-    <form onsubmit="return browserCreateTask(this);">
+    <form onsubmit="return BrowserUI.addTask(this);">
       <input id="taskName" name="taskName">
     </form>
   </body>