From db6be402cf0462bdd86adbdcd91f09ac7f4cdc4b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 24 Oct 2018 23:29:56 +0200 Subject: [PATCH] Add missing bootstrap-datepicker from admin area --- Changelog | 1 + resources/views/themes/admin/baseadminpage.tpl | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 61847b361..d8276d3a7 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-10-24 DariusIII + * Fix: Add missing bootstrap-datepicker from admin area * Chg: Update laravel/framework to version 5.7.11 * Chg: Update user migration and add patch to add email_verified_at column to users table * Chg: Update jrean/laravel-user-verification to version 7.0.1 diff --git a/resources/views/themes/admin/baseadminpage.tpl b/resources/views/themes/admin/baseadminpage.tpl index 4af84ecfc..979235827 100644 --- a/resources/views/themes/admin/baseadminpage.tpl +++ b/resources/views/themes/admin/baseadminpage.tpl @@ -127,6 +127,7 @@ {{Html::script("{$smarty.const.WWW_ASSETS}/font-awesome/svg-with-js/js/fa-v4-shims.js")}} {{Html::script("{$smarty.const.WWW_ASSETS}/font-awesome/svg-with-js/js/fontawesome-all.js")}} +{{Html::script("{$smarty.const.WWW_ASSETS}/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js")}}