mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Remove some old code no longer needed (Correct 404 errors about jquery-ui)
This commit is contained in:
parent
688a281464
commit
a2b950d9c8
1 changed files with 0 additions and 6 deletions
|
@ -1,11 +1,5 @@
|
|||
{% extends "layout.html" %}
|
||||
|
||||
{% block head %}
|
||||
<script src="{{ url_for("static", filename="js/jquery-ui.js") }}"></script>
|
||||
{% if g.lang != "en" %}
|
||||
<script src="{{ url_for("static", filename="js/i18n/jquery.ui.datepicker-%s.js" % g.lang ) }}"></script>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block js %}
|
||||
$('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};});
|
||||
$.datepicker.setDefaults({'dateFormat': 'yy-mm-dd'});
|
||||
|
|
Loading…
Add table
Reference in a new issue