Add name of input field to JavaScript function.
[Sone.git] / src / main / resources / templates / index.html
index 3f9dc57..5dcda5a 100644 (file)
@@ -3,7 +3,7 @@
        <script language="javascript">
                /* register input field/textarea swap. */
                $(document).ready(function() {
-                       registerInputTextareaSwap("#sone input.reply-input", "Write a Reply…");
+                       registerInputTextareaSwap("#sone input.reply-input", "Write a Reply…", "text");
                        addCommentLinks();
                });
        </script>
                <%/foreach>
        </div>
 
-       <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
-
-       <div><%= Page.Index.AddSone.Description|l10n|html></div>
-
-       <form action="addSone.html" method="post">
-               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-               <input id="addsone" type="text" name="request-uri" />
-               <button type="submit"><%= Page.Index.AddSone.Button.Add|l10n|html></button>
-       </form>
-
 <%include include/tail.html>