Show proper icon when attachment is not an image (#1548)

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-10-10 08:49:29 -07:00 committed by GitHub
parent 24f3763836
commit b44f23cc98

View file

@ -131,7 +131,7 @@
this.addThumb(this.oUrl);
break;
default:
this.addThumb('../images/file.svg'); break;
this.addThumb('images/file.svg'); break;
}
this.autoScale(file).then(function(blob) {