remove console.log

This commit is contained in:
Jakobus Schürz 2023-03-13 17:45:11 +01:00
parent 177bf9b67b
commit 8242d1c72b
3 changed files with 0 additions and 3 deletions

View File

@ -97,7 +97,6 @@
</div>
<script>
Dropzone.autoDiscover = false;
console.log('compose.tpl', {{$max_imagesize}} / 100000);
var maxis = {{$max_imagesize}} / 100000;
var dropzoneCompose = new Dropzone( '#comment-edit-form-{{$id}}', {
paramName: "userfile", // The name that will be used to transfer the file

View File

@ -67,7 +67,6 @@
<script>
Dropzone.autoDiscover = false;
console.log('comment_item.tpl', {{$max_imagesize}} / 100000);
var maxis = {{$max_imagesize}} / 100000;
var dropzone{{$id}} = new Dropzone( '#comment-edit-wrapper-{{$id}}', {
paramName: "userfile", // The name that will be used to transfer the file

View File

@ -181,7 +181,6 @@ can load different content into the jot moadl (e.g. the item edit jot)
</script>
<script>
Dropzone.autoDiscover = false;
console.log('jot.tpl', {{$max_imagesize}} / 100000);
var maxis = {{$max_imagesize}} / 100000;
var dropzoneJot = new Dropzone( '#jot-modal-body', {
paramName: "userfile", // The name that will be used to transfer the file