Skip to content

Commit

Permalink
MDL-19118, fixed css selector, comments api
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed Apr 8, 2010
1 parent a530621 commit b45fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ bodyContent: '<a href="#" id="confirmdelete-'+this.client_id+'">'+M.str.moodle.y
register_delete_buttons: function() {
var scope = this;
// page buttons
Y.all('div.comment-content a').each(
Y.all('div.comment-delete a').each(
function(node, id) {
var theid = node.get('id');
var parseid = new RegExp("comment-delete-"+scope.client_id+"-(\\d+)", "i");
Expand Down

0 comments on commit b45fde0

Please sign in to comment.