fix typo.

svn path=/plone.app.discussion/trunk/; revision=31925
This commit is contained in:
Timo Stollenwerk 2009-11-19 21:42:02 +00:00
parent 6999e6f8d0
commit dd6fdd34fb
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jq(document).ready(function() {
/*****************************************************************
* Show the reply button only when Javascript is enabled.
* Otherwise hide it, since the reply functions relies on jQuery.
* Otherwise hide it, since the reply functions rely on jQuery.
*****************************************************************/
jq(".reply-to-comment-button").css("display" , "inline");