mirror of
https://github.com/cytopia/devilbox.git
synced 2025-03-11 15:03:55 +00:00
REL-0.9 Fixing opcache gui jquery lib
This commit is contained in:
parent
ce70d76743
commit
ae96dafdf5
@ -238,7 +238,7 @@ $opcache = OpCacheService::init($options);
|
|||||||
<title>OPcache statistics on <?php echo $opcache->getData('version', 'host'); ?></title>
|
<title>OPcache statistics on <?php echo $opcache->getData('version', 'host'); ?></title>
|
||||||
<script src="/vendor/react/react.min.js"></script>
|
<script src="/vendor/react/react.min.js"></script>
|
||||||
<script src="/vendor/react/react-dom.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">
|
<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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user