mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Fixed broken description in file name length menu
This commit is contained in:
parent
8e46eaf4ac
commit
94dbfa9d96
@ -1258,7 +1258,7 @@ page.changeFileLength = function () {
|
||||
|
||||
// Shorter vars
|
||||
const { max, min } = response.data.config
|
||||
const [ chg, def ] = [ response.data.config.userChangable, response.data.config.default ]
|
||||
const [ chg, def ] = [ response.data.config.userChangeable, response.data.config.default ]
|
||||
const len = response.data.fileLength
|
||||
|
||||
page.dom.innerHTML = `
|
||||
|
@ -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 = "C77dh2BOT7" %}
|
||||
{% set v1 = "6L3rqX8sBP" %}
|
||||
{% set v2 = "Ii3JYKIhb0" %}
|
||||
{% set v3 = "4TRCinLWfk" %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user