Fixed broken description in file name length menu

This commit is contained in:
Bobby Wibowo 2018-10-12 17:28:42 +07:00
parent 8e46eaf4ac
commit 94dbfa9d96
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 2 additions and 2 deletions

View File

@ -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 = `

View File

@ -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" %}