Skip to content

Commit 5b74417

Browse files
committed
removed slideDown animation - keeping slideup
1 parent 4211798 commit 5b74417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax_upload/static/ajax_upload/js/ajax-upload-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
this.$previewArea.empty();
124124
this.$previewArea.append(this.generateFilePreview(filename));
125125

126-
this.$previewArea.slideDown();
126+
this.$previewArea.show();
127127
this.$changeButton.show();
128128
if(this.$element.data('required') === 'True') {
129129
this.$removeButton.hide();

0 commit comments

Comments
 (0)