Changeset 46706
- Timestamp:
- 11/11/2019 04:57:05 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/js/_enqueues/lib/comment-reply.js
r45792 r46706 107 107 }; 108 108 109 commentFormElement.addEventListener( 'keydown', submitFormHandler ); 109 if ( commentFormElement ) { 110 commentFormElement.addEventListener( 'keydown', submitFormHandler ); 111 } 110 112 111 113 var links = replyLinks( context );
Note: See TracChangeset
for help on using the changeset viewer.