Change target for appending file previews
// FREEBIE
This commit is contained in:
parent
9011a85b56
commit
fe2b152186
2 changed files with 5 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
addThumb: function(src) {
|
||||
this.$('.avatar').hide();
|
||||
this.thumb.src = src;
|
||||
this.$('.thumbnail').append(this.thumb.render().el);
|
||||
this.$('.attachment-previews').append(this.thumb.render().el);
|
||||
},
|
||||
|
||||
autoScale: function(file) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue