diff --git a/content/js/data_download.js b/content/js/data_download.js
index 3d3dc5183b2b4df39bc6955666fb3d043c56da61..4bfee85914e12964a5939f44ad4814e22efa5d23 100644
--- a/content/js/data_download.js
+++ b/content/js/data_download.js
@@ -322,7 +322,6 @@ $(document).ready(function(){
showSecond:false,
showMillisec:false,
showMicrosec:false,
- showTimezone:false
});
$('#End-date-picker').datetimepicker({
@@ -333,7 +332,6 @@ $(document).ready(function(){
showSecond:false,
showMillisec:false,
showMicrosec:false,
- showTimezone:false
});
//bind the enabling/disabling of forms to radio buttons
diff --git a/content/pages/data_download.html b/content/pages/data_download.html
index abe32a31a97f60f9c7adcb1ce17e948d8791bc68..e98c2ca5a4e4ce143ab4e30e3676e8572c6badcc 100644
--- a/content/pages/data_download.html
+++ b/content/pages/data_download.html
@@ -181,7 +181,6 @@
</div>
</div>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.js"></script>
<script type="text/javascript" src="{static}/js/data_api_info.js"></script>
<script type="text/javascript" src="{static}/js/underscore-min.js"></script>
<script type="text/javascript" src="{static}/js/moment.min.js"></script>
diff --git a/themes/rain-theme/templates/base_meteorogram.html b/themes/rain-theme/templates/base_meteorogram.html
index 21aa19ea87e41704545e432d44ea9c4e61ce3f87..b716dccb851087bb1d41788844ac09b8a705a28d 100644
--- a/themes/rain-theme/templates/base_meteorogram.html
+++ b/themes/rain-theme/templates/base_meteorogram.html
@@ -4,7 +4,7 @@
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">-->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" type="text/css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-timepicker/1.8.10/jquery.timepicker.min.css" type="text/css">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.css">
<link rel="stylesheet" href="{{ SITE_URL }}/theme/css/meteorogram_style.css">
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
diff --git a/themes/rain-theme/templates/data_download.html b/themes/rain-theme/templates/data_download.html
index ec518139b60168741b105d20f7b463b793be2246..9efb7c5dfe0db70491c64569c201d2d2f819ba69 100644
--- a/themes/rain-theme/templates/data_download.html
+++ b/themes/rain-theme/templates/data_download.html
@@ -2,11 +2,13 @@
{% block title %}{{ page.title }}{% endblock %}
{% block header %}
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.css">
<!--<script src="https://code.jquery.com/jquery-1.12.4.js"></script>-->
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.js"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
{% endblock %}
{% block content %}