diff options
| author | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-04 10:10:32 +0100 |
|---|---|---|
| committer | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-07 15:38:18 +0100 |
| commit | 0aafbcc0b396aebfe1cd98ceea451b239c6c397c (patch) | |
| tree | 1bdf44a301a92c681eb66da82055d7a34e1ad6bf /budget/templates | |
| parent | fe39258630e55d4a3e1297a01a1c8fd39bad3a4e (diff) | |
| download | ihatemoney-mirror-0aafbcc0b396aebfe1cd98ceea451b239c6c397c.zip ihatemoney-mirror-0aafbcc0b396aebfe1cd98ceea451b239c6c397c.tar.gz ihatemoney-mirror-0aafbcc0b396aebfe1cd98ceea451b239c6c397c.tar.bz2 | |
Update bootstrap-datepicker to 1.6.4
Actually switching to maintained fork at
https://github.com/uxsolutions/bootstrap-datepicker ; the original project
being unmaintained since 2012.
- Works with recent jQuery
- BS4 is not supported by bootstrap-datepicker, but actually, it works :-)
ref https://github.com/uxsolutions/bootstrap-datepicker/issues/1670
Diffstat (limited to 'budget/templates')
| -rw-r--r-- | budget/templates/layout.html | 1 | ||||
| -rw-r--r-- | budget/templates/list_bills.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 50f3019..979f994 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -9,7 +9,6 @@ <script src="{{ url_for("static", filename="js/ihatemoney.js") }}"></script> <script src="{{ url_for("static", filename="js/tether.min.js") }}"></script> <script src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script> - <script src="{{ url_for("static", filename="js/bootstrap-datepicker.js") }}"></script> {% block head %}{% endblock %} <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 1eb5356..9421650 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -3,6 +3,7 @@ {% block title %} - {{ g.project.name }}{% endblock %} {% block head %} <script src="{{ url_for("static", filename="js/bootstrap-datepicker.js") }}"></script> + <script src="{{ url_for("static", filename="js/locales/bootstrap-datepicker.fr.min.js") }}" charset="utf-8"></script> {% endblock %} {% block js %} {% if add_bill %} $('#new-bill').click(); {% endif %} |
