New bootstrap-based layout #30
@ -18,7 +18,7 @@ class UploadQueue {
|
|||||||
this.submit.disabled = false;
|
this.submit.disabled = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.queue.files[0].name.includes(".HEIC")) {
|
if (this.queue.files[0].name.toUpperCase().endsWith(".HEIC")) {
|
||||||
alert('Sorry, the HEIC image format is not supported.\nPlease convert your photos to JPEG before uploading.');
|
alert('Sorry, the HEIC image format is not supported.\nPlease convert your photos to JPEG before uploading.');
|
||||||
this.hideSpinner();
|
this.hideSpinner();
|
||||||
this.submit.disabled = false;
|
this.submit.disabled = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user