Parsers: update links to sugarjs/datejs demos

This commit is contained in:
Rob Garrison 2017-05-22 06:30:43 -05:00
parent 7f082fa019
commit 6614fffe77

View File

@ -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() {