Merge pull request #83 from gordonbanderson/ISSUE82

FIX: Ensure that comments edited using AJAX are themselves AJAX editable
This commit is contained in:
Will Rossiter 2014-07-03 18:52:47 +12:00
commit e9695af2c7

View File

@ -111,7 +111,7 @@
* Clicking one of the metalinks performs the operation via ajax
* this inclues the spam and approve links
*/
$(".action-links a", commentsList).on('click', function(e) {
commentsList.on('click', '.action-links a', function(e) {
var link = $(this);
var comment = link.parents('.comment:first');