We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2ef15 commit b931a17Copy full SHA for b931a17
index.html
@@ -1,4 +1,4 @@
1
-<!-- S3 Bucket Explorer Version: 1.7.2 -->
+<!-- S3 Bucket Explorer Version: 1.7.3 -->
2
3
<!DOCTYPE html>
4
<html lang="en" style="overflow-y: auto;">
@@ -430,7 +430,7 @@ <h2 class="subtitle">{{config.subtitle}}</h2>
430
}
431
432
433
- let url = `${config.bucketMaskUrl || config.bucketUrl}/${content.key}`
+ let url = `${(config.bucketMaskUrl || config.bucketUrl).replace(/\/*$/,'')}/${content.key}`
434
let installUrl = undefined
435
if (url.endsWith('/manifest.plist') && devicePlatform_iOS()) {
436
// generate manifest.plist install urls
0 commit comments