Skip to content
Snippets Groups Projects
Verified Commit 81834af1 authored by David Hoese's avatar David Hoese
Browse files

Add missing jquery-ui-timepicker-addon CSS

parent 58e51638
No related branches found
No related tags found
No related merge requests found
Pipeline #27935 passed
......@@ -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
......
......@@ -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>
......
......@@ -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>
......
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment