]> git.mxchange.org Git - friendica.git/commitdiff
remove console.log
authorJakobus Schürz <jakobus.schuerz@schuerz.at>
Mon, 13 Mar 2023 16:45:11 +0000 (17:45 +0100)
committerJakobus Schürz <jakobus.schuerz@schuerz.at>
Sun, 19 Mar 2023 17:52:45 +0000 (18:52 +0100)
view/templates/item/compose.tpl
view/theme/frio/templates/comment_item.tpl
view/theme/frio/templates/jot.tpl

index 22d596b1d52f542e750e4740884ab41558b11917..decb67eca80a92f8d66cf82f10d740598b2f351e 100644 (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
index d1d0d5b62356e3e12a57c7d1c39c9b558a2a539b..da11d9a3e3f99694a832db1596a045e79fc0b814 100644 (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
index 05d22d436a446926aeee87eee156be21014a0055..64561a0abcc540e060f103e3dbe8ce751da2cbbb 100644 (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