Updated utils.js

This commit is contained in:
Bobby Wibowo 2019-09-08 09:59:46 +07:00
parent 06ac266bbf
commit b9a6d3b8e3
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -8,7 +8,7 @@ page.prepareShareX = function () {
token: page.token || '', token: page.token || '',
albumid: page.album || '' albumid: page.album || ''
} : {} } : {}
values.filelength = page.filelength || '' values.filelength = page.fileLength || ''
values.age = page.uploadAge || '' values.age = page.uploadAge || ''
const headers = [] const headers = []