mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Switch to the plain chart.js build and moment.js to v2.24
This avoids including moment.js twice since chart.js bundle included moment.js Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -219,12 +219,12 @@
|
||||
<link rel="stylesheet" href="style/vendor/bootstrap/css/bootstrap-select.min.css">
|
||||
<script src="style/vendor/bootstrap/js/bootstrap-toggle.min.js"></script>
|
||||
<link rel="stylesheet" href="style/vendor/bootstrap/css/bootstrap-toggle.min.css">
|
||||
<script src="scripts/vendor/moment.min.js"></script>
|
||||
<?php } ?>
|
||||
|
||||
<script src="scripts/vendor/jquery.dataTables.min.js"></script>
|
||||
<script src="scripts/vendor/dataTables.bootstrap.min.js"></script>
|
||||
<script src="scripts/vendor/Chart.bundle.min.js"></script>
|
||||
<script src="scripts/vendor/moment.min.js"></script>
|
||||
<script src="scripts/vendor/Chart.min.js"></script>
|
||||
</head>
|
||||
<body class="hold-transition skin-blue sidebar-mini <?php if($boxedlayout){ ?>layout-boxed<?php } ?>">
|
||||
<noscript>
|
||||
|
||||
10
scripts/vendor/Chart.bundle.min.js
vendored
10
scripts/vendor/Chart.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
10
scripts/vendor/Chart.min.js
vendored
Normal file
10
scripts/vendor/Chart.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
552
scripts/vendor/moment.min.js
vendored
552
scripts/vendor/moment.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user