diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-08 18:28:32 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-02-08 18:28:32 +0100 |
commit | d430a8b62a3109ba279a1c3746d05cee17e640a5 (patch) | |
tree | 12de3f904467267ea4495f7b8e8fdb6513af6671 /en | |
parent | 20bf446342726c2b7b0dd0ff0fbcb453fe3bf734 (diff) | |
download | www-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar www-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar.gz www-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar.bz2 www-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar.xz www-d430a8b62a3109ba279a1c3746d05cee17e640a5.zip |
Remove old jquery
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> |