mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Updates
This commit is contained in:
parent
ed7c53b869
commit
17f9848ca5
@ -23,5 +23,6 @@
|
||||
"background_color": "#232629",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"lang": "en-US"
|
||||
"lang": "en-US",
|
||||
"start_url": "/"
|
||||
}
|
||||
|
@ -194,7 +194,7 @@ panel.getUploads = (album, page, element) => {
|
||||
|
||||
div.className = 'image-container column is-narrow'
|
||||
if (file.thumb !== undefined) {
|
||||
div.innerHTML = `<a class="image" href="${file.file}" target="_blank" rel="noopener"><img alt="${file.thumb}" src="${file.thumb}"/></a>`
|
||||
div.innerHTML = `<a class="image" href="${file.file}" target="_blank" rel="noopener"><img alt="${file.name}" src="${file.thumb}"/></a>`
|
||||
} else {
|
||||
div.innerHTML = `<a class="image" href="${file.file}" target="_blank" rel="noopener"><h1 class="title">${file.extname || 'N/A'}</h1></a>`
|
||||
}
|
||||
|
@ -10,7 +10,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 = "a2eSVpaWYa" %}
|
||||
{% set v = "fIs0W2GsiU" %}
|
||||
|
||||
{#
|
||||
These will be the links in the homepage and the No-JS uploader.
|
||||
|
Loading…
Reference in New Issue
Block a user