mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 09:05:49 +00:00
Merge pull request #83 from gordonbanderson/ISSUE82
FIX: Ensure that comments edited using AJAX are themselves AJAX editable
This commit is contained in:
commit
e9695af2c7
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user