Skip to content

Commit

Permalink
Run Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jggj21 authored Aug 30, 2024
1 parent 699f6a6 commit 84e7eda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/tasks.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@
const fileUrl = this.getAttribute('data-file-url');
const fileGetExt = this.getAttribute('data-file');
const fileExtension = fileGetExt.split('.').pop().toLowerCase();
const previewContainer = document.getElementById('filePreviewContainer');
const previewContainer = document.getElementById('filePreviewContainer');
previewContainer.innerHTML = '';
if (['jpg', 'jpeg', 'png'].includes(fileExtension)) {
Expand Down

0 comments on commit 84e7eda

Please sign in to comment.