Icon upgrade
Also remove unused images. // FREEBIE
This commit is contained in:
parent
367a62111b
commit
d8d34e7afc
31 changed files with 74 additions and 79 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue