diff options
Diffstat (limited to 'en/donate/index.php')
-rw-r--r-- | en/donate/index.php | 3 |
1 files changed, 1 insertions, 2 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> |