summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/window.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-15 18:39:33 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-15 18:39:33 +0100
commitd95b04714e1c5e4412fec71f7171459e0592949e (patch)
treec12f5b146a5b84f51f212e721bf85d3ec294cd01 /ishtar_common/templates/window.html
parenta33ee7dac0ee1f1c561664598eddfdfa3d2e9314 (diff)
downloadIshtar-d95b04714e1c5e4412fec71f7171459e0592949e.tar.bz2
Ishtar-d95b04714e1c5e4412fec71f7171459e0592949e.zip
UI: remove old datepicker reference
Diffstat (limited to 'ishtar_common/templates/window.html')
-rw-r--r--ishtar_common/templates/window.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html
index 1ff790780..dcb4d4084 100644
--- a/ishtar_common/templates/window.html
+++ b/ishtar_common/templates/window.html
@@ -12,7 +12,6 @@
</script>
<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/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}}