aboutsummaryrefslogtreecommitdiffstats
path: root/en/thank-you
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2021-02-08 18:28:32 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2021-02-08 18:28:32 +0100
commitd430a8b62a3109ba279a1c3746d05cee17e640a5 (patch)
tree12de3f904467267ea4495f7b8e8fdb6513af6671 /en/thank-you
parent20bf446342726c2b7b0dd0ff0fbcb453fe3bf734 (diff)
downloadwww-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar
www-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar.gz
www-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar.bz2
www-d430a8b62a3109ba279a1c3746d05cee17e640a5.tar.xz
www-d430a8b62a3109ba279a1c3746d05cee17e640a5.zip
Remove old jquery
Diffstat (limited to 'en/thank-you')
-rw-r--r--en/thank-you/index.php3
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>