Skip to content
Snippets Groups Projects
Commit 11f740d7 authored by Goik Martin's avatar Goik Martin
Browse files

Use https avoiding Browser reject errors

parent 7bebf922
No related branches found
No related tags found
No related merge requests found
--- xmlmind.orig/addon/config/common/whc/whc_template/page.html 2015-12-03 23:00:13.000000000 +0100
+++ xmlmind/addon/config/common/whc/whc_template/page.html 2016-01-11 23:09:46.949943968 +0100
@@ -31,15 +31,15 @@
<title>Page</title>
- <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"
+ <link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"
rel="stylesheet" type="text/css" id="wh-jquery-css" />
<link href="_wh/wh.css"
rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
type="text/javascript" id="wh-jquery">
</script>
- <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"
+ <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"
type="text/javascript" id="wh-jquery-ui">
</script>
<script src="_wh/wh.min.js"
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