diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 8f3959d51b..96a6ee461c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -5,4 +5,4 @@ imports: # FIXME: find a way to keep excluded_paths list sorted 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/* ] diff --git a/html/index.php b/html/index.php index 67ee287203..6f85288086 100755 --- a/html/index.php +++ b/html/index.php @@ -138,9 +138,10 @@ if ($config['page_refresh']) { echo(' - + + ' . "\n"); } ?> diff --git a/html/js/moment.min.js b/html/js/moment.min.js new file mode 120000 index 0000000000..9dfd8dd367 --- /dev/null +++ b/html/js/moment.min.js @@ -0,0 +1 @@ +moment/min/moment.min.js \ No newline at end of file