Use jQuery's CDN instead of Google's
This commit is contained in:
parent
62cd5287b0
commit
ed4ad7a8fd
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue