From 2fbdfe4cfdb558f39a8455dfcbbef4d31f8d5d04 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 28 Oct 2014 07:47:52 +1000 Subject: [PATCH] Integrate moment PR#308 --- .scrutinizer.yml | 2 +- html/index.php | 3 ++- html/js/moment.min.js | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 html/js/moment.min.js 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