New bootstrap-based layout #30

Merged
Roflin merged 79 commits from bootstrap into master 2023-03-14 19:11:25 +01:00
Showing only changes of commit 3ed84eb4d5 - Show all commits

View File

@ -18,7 +18,7 @@ class UploadQueue {
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.');
this.hideSpinner();
this.submit.disabled = false;