diff --git a/js/gamutable.es6.js b/js/gamutable.es6.js index 7f406e4..9455dfa 100644 --- a/js/gamutable.es6.js +++ b/js/gamutable.es6.js @@ -276,7 +276,7 @@ let monTableau = { Object.keys(this.filtreColSelected).forEach((colName) => { if (rsearch) { let colValue = this.filtreColSelected[colName]; - if (colValue !== null && colValue !== '') { + if (colValue !== null) { if (!Array.isArray(colValue)) { colValue = [colValue]; } diff --git a/js/gamutable.js b/js/gamutable.js index e90e668..8cdc386 100644 --- a/js/gamutable.js +++ b/js/gamutable.js @@ -20,7 +20,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } -function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } +function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } jQuery(function () { $('#app').on('click', '.url_action', function (e) {