From b9a6d3b8e3320352669dcf23104fde66a440121b Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sun, 8 Sep 2019 09:59:46 +0700 Subject: [PATCH] Updated utils.js --- public/js/s/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/s/utils.js b/public/js/s/utils.js index 4cc0b9f..b37f774 100644 --- a/public/js/s/utils.js +++ b/public/js/s/utils.js @@ -8,7 +8,7 @@ page.prepareShareX = function () { token: page.token || '', albumid: page.album || '' } : {} - values.filelength = page.filelength || '' + values.filelength = page.fileLength || '' values.age = page.uploadAge || '' const headers = []