summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/window.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 09:59:58 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 09:59:58 +0200
commitd0c8b3660b0e344e74f8bb9e798caad171145b95 (patch)
tree90f669ecf874dd31afbaaede8e03fe5e297a7390 /ishtar_common/templates/window.html
parenta3a59a6c4aae5f5543858a526f73d7f16599477c (diff)
downloadIshtar-d0c8b3660b0e344e74f8bb9e798caad171145b95.tar.bz2
Ishtar-d0c8b3660b0e344e74f8bb9e798caad171145b95.zip
Fix autocomplete in new item window (refs #3273)
Diffstat (limited to 'ishtar_common/templates/window.html')
-rw-r--r--ishtar_common/templates/window.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html
index 0748cd4cd..1ff790780 100644
--- a/ishtar_common/templates/window.html
+++ b/ishtar_common/templates/window.html
@@ -13,10 +13,12 @@
<script language="javascript" type="text/javascript" src="{{JQUERY_URL}}?ver={{VERSION}}"></script>
<script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}jquery-ui.js?ver={{VERSION}}"></script>
<script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}ui/i18n/jquery.ui.datepicker-{{COUNTRY}}.js?ver={{VERSION}}"></script>
- <script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/ishtar.js?ver={{VERSION}}"></script>
+ <script language="javascript" type="text/javascript" src="{{STATIC_URL}}js/chosen/chosen.jquery.min.js?ver={{VERSION}}"></script>
+ <script language="javascript" type="text/javascript" src="{{STATIC_URL}}js/ishtar.js?ver={{VERSION}}"></script>
{{form.media}}
<link type="text/css" href="{{JQUERY_UI_URL}}jquery-ui.css?ver={{VERSION}}" rel="stylesheet" />
- <link rel="stylesheet" href="{{STATIC_URL}}/media/style.css?ver={{VERSION}}" />
+ <link type="text/css" href="{{STATIC_URL}}js/chosen/chosen.min.css?ver={{VERSION}}" rel="stylesheet" />
+ <link rel="stylesheet" href="{{STATIC_URL}}media/style.css?ver={{VERSION}}" />
{% block extra_head %}
{% endblock %}
</head>