mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 23:46:22 +00:00
Fixed lazyload breaking in uploads result
This commit is contained in:
parent
2bdb1d7245
commit
dd6934c540
@ -376,7 +376,7 @@ page.updateTemplate = function (file, response) {
|
||||
img.setAttribute('alt', response.name || '')
|
||||
img.dataset['src'] = response.url
|
||||
img.onerror = function () { this.style.display = 'none' } // hide webp in firefox and ie
|
||||
page.lazyLoad.update()
|
||||
page.lazyLoad.update(file.previewElement.querySelectorAll('img'))
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
v2: Images and config files (manifest.json, browserconfig.xml, etc).
|
||||
v3: CSS and JS files (libs such as bulma, lazyload, etc).
|
||||
#}
|
||||
{% set v1 = "LaPhoISlpS" %}
|
||||
{% set v1 = "PuOkOUW8DU" %}
|
||||
{% set v2 = "Ii3JYKIhb0" %}
|
||||
{% set v3 = "6MfcbDZldp" %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user