Skip to content

Commit 1524a7f

Browse files
committed
SSL fix
1 parent c04d62c commit 1524a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/layout-fe.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<footer class="text-center" style="margin-top:30px;font-size:12px;padding-top:10px;border-top: 1pt solid #ebebeb;width: 100%; z-index: 4; padding-bottom: 30px; background-color: #ffffff">
2222
Copyright © 2012 Pregmatch.org, Licensed under the Apache License, Version 2.0.
2323
</footer>
24-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- 33 KB -->
25-
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.2/fotorama.css" rel="stylesheet"> <!-- 3 KB -->
26-
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.2/fotorama.js"></script> <!-- 16 KB -->
24+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- 33 KB -->
25+
<link href="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.2/fotorama.css" rel="stylesheet"> <!-- 3 KB -->
26+
<script src="https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.2/fotorama.js"></script> <!-- 16 KB -->
2727
</body>
2828
</html>

0 commit comments

Comments
 (0)