This commit is contained in:
Bobby Wibowo 2018-04-23 00:08:08 +07:00
parent 7376ce3d7c
commit 2da192602f
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 4 additions and 4 deletions

View File

@ -577,8 +577,8 @@ panel.addToAlbum = async (ids, album) => {
panel.selectAlbumContainer.innerHTML = ` panel.selectAlbumContainer.innerHTML = `
<select> <select>
<option value="">Choose an album</option>
<option value="-1">Remove from album</option> <option value="-1">Remove from album</option>
<option value="" selected disabled>Choose an album</option>
${options} ${options}
</select> </select>
<p class="help is-danger">If a file is already in an album, it will be moved.</p> <p class="help is-danger">If a file is already in an album, it will be moved.</p>

View File

@ -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. 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. These will be the links in the homepage and the No-JS uploader.
@ -48,8 +48,8 @@
}, },
{ {
attrs: { attrs: {
title: 'Firefox extension (devel)', title: 'Firefox extension',
href: 'https://github.com/BobbyWibowo/loli-safe-extension/tree/firefox', href: 'https://github.com/BobbyWibowo/loli-safe-extension/releases',
target: '_blank' target: '_blank'
}, },
icon: 'icon-firefox icon-2x' icon: 'icon-firefox icon-2x'