mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Fixed albums listing not working
This commit is contained in:
parent
4862512471
commit
0403684038
@ -1243,7 +1243,7 @@ page.getAlbumsSidebar = function () {
|
||||
|
||||
page.getAlbum = function (album) {
|
||||
page.setActiveMenu(album)
|
||||
page.getUploads(album.id)
|
||||
page.getUploads({ album: album.id })
|
||||
}
|
||||
|
||||
page.changeFileLength = function () {
|
||||
|
@ -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 = "U53zxBQaSv" %}
|
||||
{% set v1 = "6SjzrVGxcS" %}
|
||||
{% set v2 = "Ii3JYKIhb0" %}
|
||||
{% set v3 = "4TRCinLWfk" %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user