Add missing bootstrap-datepicker from admin area

This commit is contained in:
DariusIII
2018-10-24 23:29:56 +02:00
parent 3b5f077f10
commit db6be402cf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
@@ -127,6 +127,7 @@
<!--font-awesome-->
{{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")}}
</body>