Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 85c7e54

Browse files
author
Ray Nicholus
committed
docs($example): remove uneeded conversion
1 parent d66cd02 commit 85c7e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s3-no-server/fineuploader-glue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $(function() {
2727
var filename = this.getName(id),
2828
uuid = this.getUuid(id);
2929

30-
return qq.format("{}/{}.{}", s3DemoGlobals.userName.replace("/\s/g", "_"), uuid, qq.getExtension(filename));
30+
return qq.format("{}/{}.{}", s3DemoGlobals.userName, uuid, qq.getExtension(filename));
3131
}
3232
},
3333
chunking: {

0 commit comments

Comments
 (0)