mirror of
https://github.com/friendica/friendica
synced 2024-11-18 03:43:40 +00:00
remove console.log
This commit is contained in:
parent
177bf9b67b
commit
8242d1c72b
3 changed files with 0 additions and 3 deletions
|
@ -97,7 +97,6 @@
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
Dropzone.autoDiscover = false;
|
Dropzone.autoDiscover = false;
|
||||||
console.log('compose.tpl', {{$max_imagesize}} / 100000);
|
|
||||||
var maxis = {{$max_imagesize}} / 100000;
|
var maxis = {{$max_imagesize}} / 100000;
|
||||||
var dropzoneCompose = new Dropzone( '#comment-edit-form-{{$id}}', {
|
var dropzoneCompose = new Dropzone( '#comment-edit-form-{{$id}}', {
|
||||||
paramName: "userfile", // The name that will be used to transfer the file
|
paramName: "userfile", // The name that will be used to transfer the file
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
Dropzone.autoDiscover = false;
|
Dropzone.autoDiscover = false;
|
||||||
console.log('comment_item.tpl', {{$max_imagesize}} / 100000);
|
|
||||||
var maxis = {{$max_imagesize}} / 100000;
|
var maxis = {{$max_imagesize}} / 100000;
|
||||||
var dropzone{{$id}} = new Dropzone( '#comment-edit-wrapper-{{$id}}', {
|
var dropzone{{$id}} = new Dropzone( '#comment-edit-wrapper-{{$id}}', {
|
||||||
paramName: "userfile", // The name that will be used to transfer the file
|
paramName: "userfile", // The name that will be used to transfer the file
|
||||||
|
|
|
@ -181,7 +181,6 @@ can load different content into the jot moadl (e.g. the item edit jot)
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
Dropzone.autoDiscover = false;
|
Dropzone.autoDiscover = false;
|
||||||
console.log('jot.tpl', {{$max_imagesize}} / 100000);
|
|
||||||
var maxis = {{$max_imagesize}} / 100000;
|
var maxis = {{$max_imagesize}} / 100000;
|
||||||
var dropzoneJot = new Dropzone( '#jot-modal-body', {
|
var dropzoneJot = new Dropzone( '#jot-modal-body', {
|
||||||
paramName: "userfile", // The name that will be used to transfer the file
|
paramName: "userfile", // The name that will be used to transfer the file
|
||||||
|
|
Loading…
Reference in a new issue