diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 21:33:15 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-19 21:33:15 +0000 |
commit | 06e53e9ad202c5236af9b4efd52b8262ee59c019 (patch) | |
tree | c5a90f0756a44ea6bc8f4f24395d76f738e90137 /en/thank-you | |
parent | 855d36a3ec9fb8769c03c03032c8eeeee6604f12 (diff) | |
download | www-06e53e9ad202c5236af9b4efd52b8262ee59c019.tar www-06e53e9ad202c5236af9b4efd52b8262ee59c019.tar.gz www-06e53e9ad202c5236af9b4efd52b8262ee59c019.tar.bz2 www-06e53e9ad202c5236af9b4efd52b8262ee59c019.tar.xz www-06e53e9ad202c5236af9b4efd52b8262ee59c019.zip |
g/js/donators-list.js: move code to a function
Diffstat (limited to 'en/thank-you')
-rw-r--r-- | en/thank-you/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 7f814f6f6..153bfe60a 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -19,6 +19,7 @@ include '../../donators.inc.php'; <?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 type="text/javascript">thankyou_page();</script> </head> <body class="donate"> <?php echo $hsnav; ?> |