changeset 72:8fd847fbbe8f

for ssl protocol
author Calvin Yeh <cyeh@mpipw-berlin.mpg.com>
date Thu, 23 Mar 2017 19:41:45 +0100
parents 92ede90bc611
children d0a5541d9d7e
files src/main/webapp/componentes/headContent.jsp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/componentes/headContent.jsp	Mon Aug 15 11:09:20 2016 +0200
+++ b/src/main/webapp/componentes/headContent.jsp	Thu Mar 23 19:41:45 2017 +0100
@@ -1,9 +1,9 @@
 <jsp:useBean id="sessionBean" class="de.mpiwg.web.jsp.SessionBean" scope="session" />
 
 <title>LGServices</title>
-<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />
+<link rel="stylesheet" href="//code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />
 <script type="text/javascript" src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.min.js"></script>
-<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>	
+<script src="//code.jquery.com/ui/1.10.2/jquery-ui.js"></script>	
 
 <script type="text/javascript"
 	src="<%=sessionBean.getApplicationBean().getRootServer()%>/resources/js/jquery.doubleScroll.js"></script>