diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-25 14:23:13 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-25 14:23:13 +0000 |
commit | f6372bce9527f9037788f6af1ec9e49c8f79c012 (patch) | |
tree | ad9d1700131b5843c307cb8b12e525d660c00fcc /en/donate | |
parent | b146eaa63078c902c17554b75ac98bd031b65d79 (diff) | |
download | www-f6372bce9527f9037788f6af1ec9e49c8f79c012.tar www-f6372bce9527f9037788f6af1ec9e49c8f79c012.tar.gz www-f6372bce9527f9037788f6af1ec9e49c8f79c012.tar.bz2 www-f6372bce9527f9037788f6af1ec9e49c8f79c012.tar.xz www-f6372bce9527f9037788f6af1ec9e49c8f79c012.zip |
en/donate: use protocol-relative URLs
Diffstat (limited to 'en/donate')
-rw-r--r-- | en/donate/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index c6563e465..66941af8d 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -21,8 +21,8 @@ _lang_load($locale, 'donate'); #options > li { list-style: none; padding: 0; margin: 0 0 4em 0; } .dlinfo li { margin-bottom: 0.6em; } </style> - <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">donate_page();</script> </head> <body class="donate"> |