Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Removing fade effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadi committed Jul 27, 2012
1 parent b2e3248 commit 0e7640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.sortable.js
Expand Up @@ -43,7 +43,7 @@ $.fn.sortable = function(options) {
dt.setData('Text', 'dummy');
index = (dragging = $(this)).addClass('sortable-dragging').index();
}).on('dragend.h5s', function() {
dragging.removeClass('sortable-dragging').fadeIn();
dragging.removeClass('sortable-dragging').show();
placeholders.detach();
if (index != dragging.index()) {
items.parent().trigger('sortupdate', {item: dragging});
Expand Down

0 comments on commit 0e7640d

Please sign in to comment.