|
@@ -673,7 +673,7 @@
|
|
|
}(window.jQuery));
|
|
}(window.jQuery));
|
|
|
;(function($) {
|
|
;(function($) {
|
|
|
$.fn.bootstrapValidator.validators.choice = {
|
|
$.fn.bootstrapValidator.validators.choice = {
|
|
|
- html5Attributes: ['min', 'max'],
|
|
|
|
|
|
|
+ html5Attributes: ['message', 'min', 'max'],
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Check if the number of checked boxes are less or more than a given number
|
|
* Check if the number of checked boxes are less or more than a given number
|