Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: press esc to cancel not working in default as well as child theme.


Tmort
Participant

@tmort

Not sure if you ever got an answer to this, but I was looking for one. I just built my own custom cancel button and got rid of the “esc to cancel” text.

` $j(‘.ac-reply-content’).append(‘Cancel Reply‘);

$j(‘.cancel-reply’).click(function(){
$(this).parent().parent().slideUp( 200 )
});
`

Skip to toolbar