diff --git a/Bootstrap.Admin/wwwroot/js/longbow.validate.js b/Bootstrap.Admin/wwwroot/js/longbow.validate.js index d23e9ecd..ab845648 100644 --- a/Bootstrap.Admin/wwwroot/js/longbow.validate.js +++ b/Bootstrap.Admin/wwwroot/js/longbow.validate.js @@ -39,7 +39,8 @@ }, escapeCssMeta: function (string) { return string.replace(/([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g, "\\$1"); - } + }, + settings: $.validator.defaults }, this.defaults(), options) this.$element.on('input.lgb.validate', this.options.childClass, function () { if (!that.validElement(this)) $(this).lgbTooltip('show');