Use jQuery's CDN instead of Google's

This commit is contained in:
Jonathan Rehm 2015-01-29 09:46:17 -07:00
parent 62cd5287b0
commit ed4ad7a8fd

View file

@ -196,7 +196,7 @@ $opcache = OpCacheService::init();
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<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="//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">
body { font-family:sans-serif; font-size:90%; padding: 0; margin: 0 }
nav { padding-top: 20px; }