Skip to content

Commit

Permalink
Item11700: why was that disabled?
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/MetaCommentPlugin@14488 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Mar 28, 2012
1 parent 6007dfd commit fbf424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub/System/MetaCommentPlugin/metacomment.uncompressed.js
Expand Up @@ -251,7 +251,7 @@ jQuery(function($) {
});

// add delete behaviour
$this.find(".DIScmtDelete").click(function() {
$this.find(".cmtDelete").click(function() {
var $comment = $(this).parents(".cmtComment:first"),
commentOpts = $.extend({}, $comment.metadata());

Expand Down

0 comments on commit fbf424f

Please sign in to comment.