summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/window.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-19 11:28:07 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-19 11:28:07 +0200
commit5b3a7d60de1ee2737e91307b6f1af3196f81daef (patch)
tree1cda2030e9b4e2e4f505e8c20ec083049e710b5f /ishtar_common/templates/window.html
parentf6a3eac249afb4e99b1d750bc20575fd86f74d8b (diff)
downloadIshtar-5b3a7d60de1ee2737e91307b6f1af3196f81daef.tar.bz2
Ishtar-5b3a7d60de1ee2737e91307b6f1af3196f81daef.zip
Add versioning to CSS and JS files
Diffstat (limited to 'ishtar_common/templates/window.html')
-rw-r--r--ishtar_common/templates/window.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html
index 7c9249ff0..8e8eac41e 100644
--- a/ishtar_common/templates/window.html
+++ b/ishtar_common/templates/window.html
@@ -10,13 +10,13 @@
<script language="javascript" type="text/javascript">
var url_path = "{{URL_PATH}}";
</script>
- <script language="javascript" type="text/javascript" src="{{JQUERY_URL}}"></script>
- <script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}jquery-ui.js"></script>
- <script language="javascript" type="text/javascript" src="{{JQUERY_UI_URL}}ui/i18n/jquery.ui.datepicker-{{COUNTRY}}.js"></script>
- <script language="javascript" type="text/javascript" src="{{STATIC_URL}}/js/ishtar.js"></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/ishtar.js?ver={{VERSION}}"></script>
{{form.media}}
- <link type="text/css" href="{{JQUERY_UI_URL}}jquery-ui.css" rel="stylesheet" />
- <link rel="stylesheet" href="{{STATIC_URL}}/media/style.css" />
+ <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}}" />
{% block extra_head %}
{% endblock %}
</head>