From 2e0df186c6955498c5d2ac36741ad9a35135ca26 Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 23 Apr 2024 14:07:08 +1000 Subject: [PATCH] title was not amended --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 7de38f7..3757814 100644 --- a/public/script.js +++ b/public/script.js @@ -151,7 +151,7 @@ let SM = { let title = 'Uploading'; if(count > 1) { - title = ' ' + (idx + 1) + ' of ' + count; + title += ' ' + (idx + 1) + ' of ' + count; } Swal.update({