1
0
Fork 0

changes in case of codereview

This commit is contained in:
Jakobus Schürz 2023-03-15 21:05:16 +01:00
commit 16f065e260
5 changed files with 23 additions and 64 deletions

View file

@ -96,5 +96,5 @@
</div>
</div>
<script>
dzFactory.setupDropzone('#dropzone-{{$id}}', $('#comment-edit-text-{{$id}}'), {{$max_imagesize}});
dzFactory.setupDropzone('#dropzone-{{$id}}', 'comment-edit-text-{{$id}}', {{$max_imagesize}});
</script>