diff --git a/public/icons/manifest.json b/public/icons/manifest.json
index 960ebf1..261b6a6 100644
--- a/public/icons/manifest.json
+++ b/public/icons/manifest.json
@@ -23,5 +23,6 @@
"background_color": "#232629",
"display": "standalone",
"orientation": "any",
- "lang": "en-US"
+ "lang": "en-US",
+ "start_url": "/"
}
diff --git a/public/js/dashboard.js b/public/js/dashboard.js
index 6df53f5..5684732 100644
--- a/public/js/dashboard.js
+++ b/public/js/dashboard.js
@@ -194,7 +194,7 @@ panel.getUploads = (album, page, element) => {
div.className = 'image-container column is-narrow'
if (file.thumb !== undefined) {
- div.innerHTML = ``
+ div.innerHTML = ``
} else {
div.innerHTML = `${file.extname || 'N/A'}
`
}
diff --git a/views/_globals.njk b/views/_globals.njk
index d4efbe2..1840620 100644
--- a/views/_globals.njk
+++ b/views/_globals.njk
@@ -10,7 +10,7 @@
This will be appended to all CSS and JS files,
and should be changed on every updates to make sure clients load the very latest version of them.
#}
-{% set v = "a2eSVpaWYa" %}
+{% set v = "fIs0W2GsiU" %}
{#
These will be the links in the homepage and the No-JS uploader.