Skip to content

Commit 0e7640d

Browse files
committed
Removing fade effect.
1 parent b2e3248 commit 0e7640d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $.fn.sortable = function(options) {
4343
dt.setData('Text', 'dummy');
4444
index = (dragging = $(this)).addClass('sortable-dragging').index();
4545
}).on('dragend.h5s', function() {
46-
dragging.removeClass('sortable-dragging').fadeIn();
46+
dragging.removeClass('sortable-dragging').show();
4747
placeholders.detach();
4848
if (index != dragging.index()) {
4949
items.parent().trigger('sortupdate', {item: dragging});

0 commit comments

Comments
 (0)