render max_imagesize in header.tpl
so it is reachable general from the whole website, and the dropzone-factory can use it also to create dropzones from modal.js
This commit is contained in:
parent
16f065e260
commit
920dcca263
13 changed files with 19 additions and 56 deletions
|
@ -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}}');
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue