Fix relative paths
// FREEBIE
This commit is contained in:
parent
2a7993309a
commit
a2b2bd4bf3
5 changed files with 27 additions and 27 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue