REL-0.9 Fixing opcache gui jquery lib

This commit is contained in:
cytopia 2017-05-17 09:59:52 +02:00
parent ce70d76743
commit ae96dafdf5
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -238,7 +238,7 @@ $opcache = OpCacheService::init($options);
<title>OPcache statistics on <?php echo $opcache->getData('version', 'host'); ?></title>
<script src="/vendor/react/react.min.js"></script>
<script src="/vendor/react/react-dom.min.js"></script>
<script src="/vendor/jquery/jquery-3.1.1.slim.min.js"></script>
<script src="/vendor/jquery/jquery-3.2.1.min.js"></script>
<style type="text/css">
body { font-family:sans-serif; font-size:90%; padding: 0; margin: 0 }
nav { padding-top: 20px; }