mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-29 16:29:55 +02:00
Integrate moment PR#308
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ imports:
|
|||||||
|
|
||||||
# FIXME: find a way to keep excluded_paths list sorted
|
# FIXME: find a way to keep excluded_paths list sorted
|
||||||
filter:
|
filter:
|
||||||
excluded_paths: [ html/includes/geshi/*, html/includes/jpgraph/*, html/js/bootstrap*, html/js/jqplot/*, html/js/jquery.cycle*, html/js/jquery-ui-timepicker-addon.js, html/js/sorttable.js, html/js/tw-sack.js, includes/phpmailer/*, html/css/bootstrap*, html/includes/Slim/*, html/css/toastr*, html/js/toastr*, html/js/datetime/* ]
|
excluded_paths: [ html/includes/geshi/*, html/includes/jpgraph/*, html/js/bootstrap*, html/js/jqplot/*, html/js/jquery.cycle*, html/js/jquery-ui-timepicker-addon.js, html/js/sorttable.js, html/js/tw-sack.js, includes/phpmailer/*, html/css/bootstrap*, html/includes/Slim/*, html/css/toastr*, html/js/toastr*, html/js/datetime/*, html/js/moment/* ]
|
||||||
|
|||||||
+2
-1
@@ -138,9 +138,10 @@ if ($config['page_refresh']) { echo(' <meta http-equiv="refresh" content="'.$co
|
|||||||
<script src="js/bootstrap-datetimepicker.min.js"></script>
|
<script src="js/bootstrap-datetimepicker.min.js"></script>
|
||||||
<script src="js/bootstrap-hover-dropdown.min.js"></script>
|
<script src="js/bootstrap-hover-dropdown.min.js"></script>
|
||||||
<script src="js/bootstrap-switch.min.js"></script>
|
<script src="js/bootstrap-switch.min.js"></script>
|
||||||
<script src="js/typeahead.min.js"></script>
|
|
||||||
<script src="js/hogan-2.0.0.js"></script>
|
<script src="js/hogan-2.0.0.js"></script>
|
||||||
<script src="js/jquery.cycle2.min.js"></script>
|
<script src="js/jquery.cycle2.min.js"></script>
|
||||||
|
<script src="js/moment.min.js"></script>
|
||||||
|
<script src="js/typeahead.min.js"></script>
|
||||||
<?php
|
<?php
|
||||||
if ($config['favicon']) { echo(' <link rel="shortcut icon" href="'.$config['favicon'].'" />' . "\n"); }
|
if ($config['favicon']) { echo(' <link rel="shortcut icon" href="'.$config['favicon'].'" />' . "\n"); }
|
||||||
?>
|
?>
|
||||||
|
|||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
moment/min/moment.min.js
|
||||||
Reference in New Issue
Block a user