diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-25 14:46:29 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-25 14:46:29 +0000 |
commit | 24fe70ecf606d6d7be7733190ba1aed7e2ca2549 (patch) | |
tree | b7891198489e1408801e4df10f874f70f0045124 /en/thank-you | |
parent | f6372bce9527f9037788f6af1ec9e49c8f79c012 (diff) | |
download | www-24fe70ecf606d6d7be7733190ba1aed7e2ca2549.tar www-24fe70ecf606d6d7be7733190ba1aed7e2ca2549.tar.gz www-24fe70ecf606d6d7be7733190ba1aed7e2ca2549.tar.bz2 www-24fe70ecf606d6d7be7733190ba1aed7e2ca2549.tar.xz www-24fe70ecf606d6d7be7733190ba1aed7e2ca2549.zip |
en/thank-you: use protocol-relative URLs
Diffstat (limited to 'en/thank-you')
-rw-r--r-- | en/thank-you/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 0646cccac..4a2c4103a 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -17,8 +17,8 @@ include '../../donators.inc.php'; <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../analytics.php'; ?> - <script src="http://static.mageia.org/g/js/jquery-1.10.1.min.js"></script> - <script src="http://static.mageia.org/g/js/treasurer.js"></script> + <script src="//static.mageia.org/g/js/jquery-1.10.1.min.js"></script> + <script src="//static.mageia.org/g/js/treasurer.js"></script> <script type="text/javascript">thankyou_page();</script> </head> <body class="donate"> |