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(){ ...@@ -322,7 +322,6 @@ $(document).ready(function(){
showSecond:false, showSecond:false,
showMillisec:false, showMillisec:false,
showMicrosec:false, showMicrosec:false,
showTimezone:false
}); });
$('#End-date-picker').datetimepicker({ $('#End-date-picker').datetimepicker({
...@@ -333,7 +332,6 @@ $(document).ready(function(){ ...@@ -333,7 +332,6 @@ $(document).ready(function(){
showSecond:false, showSecond:false,
showMillisec:false, showMillisec:false,
showMicrosec:false, showMicrosec:false,
showTimezone:false
}); });
//bind the enabling/disabling of forms to radio buttons //bind the enabling/disabling of forms to radio buttons
......
...@@ -181,7 +181,6 @@ ...@@ -181,7 +181,6 @@
</div> </div>
</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/data_api_info.js"></script>
<script type="text/javascript" src="{static}/js/underscore-min.js"></script> <script type="text/javascript" src="{static}/js/underscore-min.js"></script>
<script type="text/javascript" src="{static}/js/moment.min.js"></script> <script type="text/javascript" src="{static}/js/moment.min.js"></script>
......
...@@ -4,7 +4,7 @@ ...@@ -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://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://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"> <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://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
......
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
{% block title %}{{ page.title }}{% endblock %} {% block title %}{{ page.title }}{% endblock %}
{% block header %} {% block header %}
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <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/jquery-1.12.4.js"></script>-->
<script <script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
crossorigin="anonymous"></script> 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> <script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment