diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/donate/index.php | 3 | ||||
-rw-r--r-- | en/thank-you/index.php | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index d8f666077..cf6ab6cc9 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -20,9 +20,7 @@ $rtl = is_locale_rtl($locale); h3 {margin:1.5em 0 0.3em; } .dlinfo li { margin-bottom: 0.6em; } </style> - <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>donate_page();</script> </head> <body class="donate" <?php echo $rtl ? 'style="text-align: right;"' : ''?>> <?php echo $hsnav; ?> @@ -99,5 +97,6 @@ People can choose how to distribute their donation among those: </div> </div> <?php echo common_footer($locale); ?> +<script>donate_page();</script> </body> </html> 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> |