diff options
Diffstat (limited to 'en/thank-you')
-rw-r--r-- | en/thank-you/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 5ecd96dae..a1614b471 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -19,9 +19,7 @@ include '../../donators.inc.php'; <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php echo common_header(); ?> <?php include '../../analytics.php'; ?> - <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" <?php echo $rtl ? 'style="text-align: right;"' : ''?>> <?php echo $hsnav; ?> @@ -70,5 +68,6 @@ include '../../donators.inc.php'; </section> </article> <?php echo common_footer($locale); ?> +<script type="text/javascript">thankyou_page();</script> </body> </html> |