From d77ca9d583ab812782814cad60cab3eaf478367b Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 23 Sep 2010 14:46:24 +0000 Subject: [PATCH] Commenting form explanation added. svn path=/plone.app.discussion/trunk/; revision=40167 --- .../tests/javascripts/test_comments.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/plone/app/discussion/tests/javascripts/test_comments.js b/plone/app/discussion/tests/javascripts/test_comments.js index f013294..c51395a 100644 --- a/plone/app/discussion/tests/javascripts/test_comments.js +++ b/plone/app/discussion/tests/javascripts/test_comments.js @@ -37,8 +37,25 @@ $(document).ready(function () { )) ); $(document.body).append(comments); - + // Create a basic commenting form + // + //
+ //
+ // + //
+ //
+ // + //
+ //
+ // + //
+ //
+ // + // + //
+ //
+ var commentform = $(document.createElement("div")) .append($(document.createElement("form")) .addClass("form")