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({