Make reply input fields have a default text.
[Sone.git] / src / main / resources / templates / index.html
index 3a5bb70..579281b 100644 (file)
@@ -4,6 +4,7 @@
                /* register input field/textarea swap. */
                $(document).ready(function() {
                        registerInputTextareaSwap("#sone input.createpost", "What are you doing?");
+                       registerInputTextareaSwap("#sone input.create-reply", "Write a Reply…");
                });
        </script>