From d44cecf21f9ee1a4b69216d8390ac016959d477f Mon Sep 17 00:00:00 2001 From: cutls Date: Sun, 3 May 2020 22:27:11 +0900 Subject: [PATCH] show --- app/js/platform/end.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/platform/end.js b/app/js/platform/end.js index b649e485..1d759ae7 100644 --- a/app/js/platform/end.js +++ b/app/js/platform/end.js @@ -150,10 +150,10 @@ onmessage = function(e) { } else if (e.data[0] == 'post') { post('pass') } else if (e.data[0] == 'toastSaved') { - var show = `${lang.lang_img_DLDone}${ + var showTxt = `${lang.lang_img_DLDone}${ e.data[1][0] }` - M.toast({ html: show, displayLength: 5000 }) + M.toast({ html: showTxt, displayLength: 5000 }) } else if (e.data[0] == 'parseColumn') { parseColumn(e.data[1]) } else if (e.data[0] == 'exportSettingsCore') {