title was not amended
This commit is contained in:
@@ -151,7 +151,7 @@ let SM = {
|
|||||||
|
|
||||||
let title = 'Uploading';
|
let title = 'Uploading';
|
||||||
if(count > 1) {
|
if(count > 1) {
|
||||||
title = ' ' + (idx + 1) + ' of ' + count;
|
title += ' ' + (idx + 1) + ' of ' + count;
|
||||||
}
|
}
|
||||||
|
|
||||||
Swal.update({
|
Swal.update({
|
||||||
|
|||||||
Reference in New Issue
Block a user