Skip to content

Commit

Permalink
Update sites-poster-generator.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lokiwich authored Feb 19, 2024
1 parent c907699 commit 1519fae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
</div>
</x-card>

@script
<script>
function download(id) {
const download = document.getElementById(`${id}-download`);
Expand All @@ -51,3 +51,4 @@ function download(id) {
download.setAttribute("href", image);
}
</script>
@endscript

0 comments on commit 1519fae

Please sign in to comment.