Changeset 1672 for branches/enzo
- Timestamp:
- 04/01/08 03:40:11 (8 months ago)
- Files:
-
- branches/enzo/default_templates/javascript.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/enzo/default_templates/javascript.mtml
r1571 r1672 61 61 <MTElse> 62 62 // comments are allowed but registration not required 63 if ( commenter_status == COMMENTER ) 64 { 63 if ( commenter_status > 0 ) { 65 64 hideDocumentElement('comment-form-name'); 66 65 hideDocumentElement('comment-form-email');
