From 4364bed889820883aae95f11b51a964625d70990 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Fri, 18 Nov 2016 12:58:03 -0800 Subject: [PATCH] Last fix! (?) --- VIPSWeb/templates/base_with_date_picker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VIPSWeb/templates/base_with_date_picker.html b/VIPSWeb/templates/base_with_date_picker.html index 59a3f485..4802711c 100644 --- a/VIPSWeb/templates/base_with_date_picker.html +++ b/VIPSWeb/templates/base_with_date_picker.html @@ -28,7 +28,7 @@ <link href="//code.jquery.com/ui/1.11.1/themes/redmond/jquery-ui.css" rel="stylesheet" /> {% endblock %} {% block extendJS %} -<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script> +<script src="//code.jquery.com/ui/1.11.1/jquery-ui.min.js"></script> <script type="text/javascript" src="{% static "js/3rdparty/modernizr_custom.js"%}"></script> <script type="text/javascript"> // Make sure that there is a date picker present for HTML5 -- GitLab