Add bottom js call in bottom block

Fixes file field https://github.com/getgrav/grav-plugin-form/issues/113
This commit is contained in:
Flavio Copes 2016-12-20 11:12:25 +01:00
parent 846d833497
commit 5729856237
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# v1.6.2
## 12/20/2016
1. [](#improved)
* Add bottom js call in bottom block
# v1.6.1
## 12/10/2016

View File

@ -82,6 +82,7 @@
</div>
</div>
{% block bottom %}
{{ assets.js('bottom') }}
<script>
$(function () {
$(document).ready(function() {