Browse Source

Use jQuery's CDN instead of Google's

Jonathan Rehm 10 years ago
parent
commit
ed4ad7a8fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -196,7 +196,7 @@ $opcache = OpCacheService::init();
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <title>OPcache statistics on <?php echo $opcache->getData('version', 'host'); ?></title>
     <title>OPcache statistics on <?php echo $opcache->getData('version', 'host'); ?></title>
     <script src="//cdn.jsdelivr.net/react/0.12.2/react.min.js"></script>
     <script src="//cdn.jsdelivr.net/react/0.12.2/react.min.js"></script>
-    <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+    <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
     <style type="text/css">
     <style type="text/css">
         body { font-family:sans-serif; font-size:90%; padding: 0; margin: 0 }
         body { font-family:sans-serif; font-size:90%; padding: 0; margin: 0 }
         nav { padding-top: 20px; }
         nav { padding-top: 20px; }