Update JavaScript dependencies
Require min version and new version of react.js and update jQuery version
This commit is contained in:
parent
a2d935b9ff
commit
cfb0f1d5e3
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ $opcache = OpCacheService::init();
|
|||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>OPcache statistics on <?php echo $opcache->getData('version', 'host'); ?></title>
|
||||
<script src="http://fb.me/react-0.12.1.js"></script>
|
||||
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<script src="http://fb.me/react-0.12.2.min.js"></script>
|
||||
<script src="http://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