mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 09:41:33 +00:00
Updates
This commit is contained in:
parent
7376ce3d7c
commit
2da192602f
@ -577,8 +577,8 @@ panel.addToAlbum = async (ids, album) => {
|
||||
|
||||
panel.selectAlbumContainer.innerHTML = `
|
||||
<select>
|
||||
<option value="">Choose an album</option>
|
||||
<option value="-1">Remove from album</option>
|
||||
<option value="" selected disabled>Choose an album</option>
|
||||
${options}
|
||||
</select>
|
||||
<p class="help is-danger">If a file is already in an album, it will be moved.</p>
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user