diff --git a/public/js/dashboard.js b/public/js/dashboard.js index 5acb08f..fdd60f8 100644 --- a/public/js/dashboard.js +++ b/public/js/dashboard.js @@ -577,8 +577,8 @@ panel.addToAlbum = async (ids, album) => { panel.selectAlbumContainer.innerHTML = `
If a file is already in an album, it will be moved.
diff --git a/views/_globals.njk b/views/_globals.njk index e99fd7c..ddceb27 100644 --- a/views/_globals.njk +++ b/views/_globals.njk @@ -9,7 +9,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 = "A1dpL9wiAz" %} +{% set v = "wbrE8Pklrw" %} {# These will be the links in the homepage and the No-JS uploader. @@ -48,8 +48,8 @@ }, { attrs: { - title: 'Firefox extension (devel)', - href: 'https://github.com/BobbyWibowo/loli-safe-extension/tree/firefox', + title: 'Firefox extension', + href: 'https://github.com/BobbyWibowo/loli-safe-extension/releases', target: '_blank' }, icon: 'icon-firefox icon-2x'