HTTPS issues

This commit is contained in:
Olivier Berten 2017-04-13 17:30:10 +01:00
parent 100b9d5b80
commit 74c60cab62
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ if(!$c) {
$title = $c['incipit']?$c['incipit']:'░░'.$c['id'].'░░'; $title = $c['incipit']?$c['incipit']:'░░'.$c['id'].'░░';
$custom_header = <<<HEADER $custom_header = <<<HEADER
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.bpopup.min.js"></script> <script type="text/javascript" src="jquery.bpopup.min.js"></script>
<style> <style>
#popup1, #popup2 { #popup1, #popup2 {

View File

@ -40,7 +40,7 @@ natcasesort($tags);
$title = $c['incipit']?$c['incipit']:'New score'; $title = $c['incipit']?$c['incipit']:'New score';
$custom_header = <<<HEADER $custom_header = <<<HEADER
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="autoresize.jquery.js"></script> <script type="text/javascript" src="autoresize.jquery.js"></script>
<script type="text/javascript" src="relCopy.min.js"></script> <script type="text/javascript" src="relCopy.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">

View File

@ -9,7 +9,7 @@ echo <<<HEADER1
<head> <head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" /> <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>GregoBase - $title</title> <title>GregoBase - $title</title>
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' /> <link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' />
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
HEADER1; HEADER1;

View File

@ -36,7 +36,7 @@ This work, like WordPress, is released under GNU General Public License, version
/* Prepare theme for plugins */ /* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css'); @import url('../thematic/library/styles/plugins.css');
@import url("http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700"); @import url("//fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700");
body { body {
background: #fff; background: #fff;