From 2da192602f63fd1f94149497352f48957c592268 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Mon, 23 Apr 2018 00:08:08 +0700 Subject: [PATCH] Updates --- public/js/dashboard.js | 2 +- views/_globals.njk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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'