mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Fixed thumb/list view setting not being saved
This commit is contained in:
parent
94dbfa9d96
commit
c763d9b1ea
@ -508,7 +508,7 @@ page.getUploads = function ({ album, pageNum, all } = {}, element) {
|
||||
}
|
||||
|
||||
page.setUploadsView = function (view, element) {
|
||||
localStorage[LS_KEYS.viewType.files] = view
|
||||
localStorage[LS_KEYS.viewType.uploads] = view
|
||||
page.views.uploads.type = view
|
||||
page.getUploads(page.views.uploads, element)
|
||||
}
|
||||
|
@ -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 = "6L3rqX8sBP" %}
|
||||
{% set v1 = "U53zxBQaSv" %}
|
||||
{% set v2 = "Ii3JYKIhb0" %}
|
||||
{% set v3 = "4TRCinLWfk" %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user