Changeset 5196
- Timestamp:
- 02/02/08 19:59:17 (3 years ago)
- Files:
-
- 1 modified
-
trunk/script/common2.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/script/common2.js
r5160 r5196 988 988 if (!oForm) 989 989 return false; 990 if( oForm.comment_type[0].checked && oForm.comment_type[0].value == 'openid' ) { 990 if( oForm.comment_type != undefined && 991 oForm.comment_type[0].checked && oForm.comment_type[0].value == 'openid' ) { 991 992 return addCommentWithOpenIDAuth(oForm, entryId); 992 993 }
