mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +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…
Reference in a new issue