Fix broken group avatar preview

Fixes #355

// FREEBIE
This commit is contained in:
lilia 2015-09-16 12:29:15 -07:00
parent b60d3d0b97
commit 36ec4300cf

View file

@ -43,7 +43,7 @@
},
addThumb: function(src) {
this.$('.default').hide();
this.$('.avatar').hide();
this.thumb.src = src;
this.$('.thumbnail').append(this.thumb.render().el);
},
@ -202,7 +202,7 @@
this.oUrl = null;
}
this.thumb.remove();
this.$('.default').show();
this.$('.avatar').show();
},
deleteFiles: function(e) {