From 6614fffe777e4190493b8e1cf15502b987124aee Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Mon, 22 May 2017 06:30:43 -0500 Subject: [PATCH] Parsers: update links to sugarjs/datejs demos --- js/parsers/parser-date.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/parsers/parser-date.js b/js/parsers/parser-date.js index d5a0ca75..e927fa02 100644 --- a/js/parsers/parser-date.js +++ b/js/parsers/parser-date.js @@ -6,7 +6,7 @@ 'use strict'; /*! Sugar (https://sugarjs.com/docs/#/DateParsing) */ - /* demo: http://jsfiddle.net/Mottie/abkNM/4163/ */ + /* demo: http://jsfiddle.net/Mottie/7z0ss5xn/ */ $.tablesorter.addParser({ id: 'sugar', is: function() { @@ -22,7 +22,7 @@ }); /*! Datejs (http://www.datejs.com/) */ - /* demo: http://jsfiddle.net/Mottie/abkNM/4164/ */ + /* demo: http://jsfiddle.net/Mottie/zge0L2u6/ */ $.tablesorter.addParser({ id: 'datejs', is: function() {