From 5729856237478d0a56f4ae10da084f33f4f0636c Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Tue, 20 Dec 2016 11:12:25 +0100 Subject: [PATCH] Add bottom js call in bottom block Fixes file field https://github.com/getgrav/grav-plugin-form/issues/113 --- CHANGELOG.md | 6 ++++++ templates/partials/base.html.twig | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c17831..4a599da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig index 3b39156..f416894 100644 --- a/templates/partials/base.html.twig +++ b/templates/partials/base.html.twig @@ -82,6 +82,7 @@ {% block bottom %} + {{ assets.js('bottom') }}