summaryrefslogtreecommitdiffstats
path: root/web/html/pkgmerge.php
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2021-01-22 17:43:57 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:26:32 +0100
commit21c457817fe8ec5db60a10e2270f9fcf951aca5f (patch)
treed4251296c69feef4a408f2281f502ff3c9fb98f8 /web/html/pkgmerge.php
parent933d2705f935011035ee661e4a7acac37cd7aca3 (diff)
downloadaur-21c457817fe8ec5db60a10e2270f9fcf951aca5f.tar.gz
aur-21c457817fe8ec5db60a10e2270f9fcf951aca5f.tar.xz
Use jsDelivr instead of Google CDN for jquery
jsdelivr is another free CDN service for open source projects. The main motivation for this change is that it is the only one that works fairly well across the globe. The Google CDN service is known to be hardly accessible in mainland China, unfortunately. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/pkgmerge.php')
-rw-r--r--web/html/pkgmerge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php
index 6ee7423d..d583c239 100644
--- a/web/html/pkgmerge.php
+++ b/web/html/pkgmerge.php
@@ -33,7 +33,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?>
<?php if (isset($_GET['via'])): ?>
<input type="hidden" name="via" value="<?= intval($_GET['via']) ?>" />
<?php endif; ?>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jquery@1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="/js/bootstrap-typeahead.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {