title was not amended

This commit is contained in:
2024-04-23 14:07:08 +10:00
parent 2e39b9cb2a
commit 2e0df186c6

View File

@@ -151,7 +151,7 @@ let SM = {
let title = 'Uploading';
if(count > 1) {
title = ' ' + (idx + 1) + ' of ' + count;
title += ' ' + (idx + 1) + ' of ' + count;
}
Swal.update({