diff --git a/i18n/es-MX.json b/i18n/es-MX.json index db70723..84b2d79 100644 --- a/i18n/es-MX.json +++ b/i18n/es-MX.json @@ -211,7 +211,7 @@ "stateRestore": { "removeTitle": "Eliminar", "creationModal": { - "search": "Busccar" + "search": "Buscar" } } } \ No newline at end of file diff --git a/sorting/datetime-luxon.js b/sorting/datetime-luxon.js index 9baf91f..f743816 100644 --- a/sorting/datetime-luxon.js +++ b/sorting/datetime-luxon.js @@ -52,10 +52,6 @@ $.fn.dataTable.luxon = function ( format, locale, reverseEmpties ) { return 'luxon-'+format; } - if(!luxon.DateTime.fromFormat( d, format).isValid) { - console.log("pause") - } - return luxon.DateTime.fromFormat( d, format).isValid ? 'luxon-'+format : null; @@ -71,4 +67,4 @@ $.fn.dataTable.luxon = function ( format, locale, reverseEmpties ) { }; }; -})); \ No newline at end of file +}));