diff -r 0a74676a2f2f -r 68469a95658d includes/clientside/static/comments.js --- a/includes/clientside/static/comments.js Sat Jul 21 18:12:10 2007 -0400 +++ b/includes/clientside/static/comments.js Wed Jul 25 18:06:34 2007 -0400 @@ -166,7 +166,10 @@ } } - // Posting form + if ( data.auth_post_comments ) + { + + // Posting form html += '

Got something to say?

'; html += '

If you have comments or suggestions on this article, you can shout it out here.'; @@ -193,6 +196,8 @@ html += ' '; html += ''; + } + document.getElementById('ajaxEditContainer').innerHTML = html; for ( i = 0; i < data.comments.length; i++ )