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 = `
|
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>
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user