Skip to content

Commit

Permalink
Temporary fix for the multidatepicker widget. (#789)
Browse files Browse the repository at this point in the history
Ref: issue #788
  • Loading branch information
erozqba committed Aug 1, 2017
1 parent 2e8df85 commit 9bd445a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/order/templates/order/create_batch.html
Expand Up @@ -8,9 +8,9 @@
{% block title %} {% trans 'Place orders' %} {% endblock %}

{% block extrahead %}
<link href="http://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet">
<link href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet">
{% comment %} Wash out jquery UI css on other semantic UI elements by importing it again. {% endcomment %}
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.6/semantic.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.css" rel="stylesheet">
{% endblock %}


Expand Down Expand Up @@ -186,5 +186,5 @@ <h2 class="ui header">{% trans 'Place orders' %}</h2>
{% endif %}

{% comment %} Wash out jquery UI js on other semantic UI elements by importing it again. {% endcomment %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.6/semantic.min.js" type="application/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.js" type="application/javascript"></script>
{% endblock %}

0 comments on commit 9bd445a

Please sign in to comment.