FIX: Ensure that comments edited using AJAX are themselves editable using AJAX

This commit is contained in:
Gordon Anderson 2014-07-02 23:51:08 +07:00
parent cf33eb79a4
commit 827ae69d2f

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');