diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 21:35:07 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 21:35:07 +0000 |
commit | 182750d3107f1143ac27e96e7baf79d353767d01 (patch) | |
tree | c36c3b5ed880de33ff21805fa9afe329d0c67ac8 | |
parent | 06e53e9ad202c5236af9b4efd52b8262ee59c019 (diff) | |
download | www-182750d3107f1143ac27e96e7baf79d353767d01.tar www-182750d3107f1143ac27e96e7baf79d353767d01.tar.gz www-182750d3107f1143ac27e96e7baf79d353767d01.tar.bz2 www-182750d3107f1143ac27e96e7baf79d353767d01.tar.xz www-182750d3107f1143ac27e96e7baf79d353767d01.zip |
Rename g/js/donators-list.js to g/js/treasurer.js
-rw-r--r-- | en/thank-you/index.php | 2 | ||||
-rw-r--r-- | g/js/treasurer.js (renamed from g/js/donators-list.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 153bfe60a..0646cccac 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -18,7 +18,7 @@ include '../../donators.inc.php'; <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/donators-list.js"></script> + <script src="http://static.mageia.org/g/js/treasurer.js"></script> <script type="text/javascript">thankyou_page();</script> </head> <body class="donate"> diff --git a/g/js/donators-list.js b/g/js/treasurer.js index 615b0c1ef..615b0c1ef 100644 --- a/g/js/donators-list.js +++ b/g/js/treasurer.js |