mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Use event delegation in edit-comments.js. Fixes #15504
git-svn-id: https://develop.svn.wordpress.org/trunk@16516 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6401205f36
commit
de5730ecd9
@ -460,7 +460,7 @@ $(document).ready(function(){
|
||||
|
||||
setCommentsList();
|
||||
commentReply.init();
|
||||
$('span.delete a.delete').click(function(){return false;});
|
||||
$(document).delegate('span.delete a.delete', 'click', function(){return false;});
|
||||
|
||||
if ( typeof QTags != 'undefined' )
|
||||
ed_reply = new QTags('ed_reply', 'replycontent', 'replycontainer', 'more');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user