Icon upgrade

Also remove unused images.

// FREEBIE
This commit is contained in:
lilia 2016-04-01 11:03:26 -07:00
parent 367a62111b
commit d8d34e7afc
31 changed files with 74 additions and 79 deletions

View file

@ -119,8 +119,8 @@
var type = file.type.split('/')[0];
switch (type) {
case 'audio': this.addThumb('/images/audio.png'); break;
case 'video': this.addThumb('/images/video.png'); break;
case 'audio': this.addThumb('/images/audio.svg'); break;
case 'video': this.addThumb('/images/video.svg'); break;
case 'image':
this.oUrl = URL.createObjectURL(file);
this.addThumb(this.oUrl);