Skip to content

Commit

Permalink
fixing issue #31, on sort was firing the click event of the media ele…
Browse files Browse the repository at this point in the history
…ment.
  • Loading branch information
Quimera committed Apr 16, 2012
1 parent 9eefef1 commit 9f11df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collective/nitf/templates/media.pt
Expand Up @@ -33,6 +33,7 @@




$("#sortable").sortable({ $("#sortable").sortable({
helper : 'clone',
placeholder: "ui-state-highlight", placeholder: "ui-state-highlight",
update: function(event, ui){ update: function(event, ui){
var id_cleaner = function(ids) { var id_cleaner = function(ids) {
Expand Down

1 comment on commit 9f11df4

@hvelarde
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update the change log ;-)

Please sign in to comment.