mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Fix the "and add a new one" button.
This commit is contained in:
parent
a50d54d5da
commit
6a4014cf5a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<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 %}
|
||||
{% if add_bill %} $('#new-bill > a').click(); {% endif %}
|
||||
|
||||
$('.datepicker').datepicker({
|
||||
format: 'yyyy-mm-dd',
|
||||
|
|
Loading…
Reference in a new issue