Fix relative paths

// FREEBIE
This commit is contained in:
lilia 2017-05-12 10:54:08 -07:00 committed by Scott Nonnenberg
parent 2a7993309a
commit a2b2bd4bf3
No known key found for this signature in database
GPG key ID: A4931C09644C654B
5 changed files with 27 additions and 27 deletions

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) {