Add bottom js call in bottom block
Fixes file field https://github.com/getgrav/grav-plugin-form/issues/113
This commit is contained in:
parent
846d833497
commit
5729856237
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{% block bottom %}
|
||||
{{ assets.js('bottom') }}
|
||||
<script>
|
||||
$(function () {
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Reference in a new issue