Commit 6335852
Changed files (1)
js/trax_input.js
@@ -13,11 +13,10 @@ $(document).ready( function() {
}
});
},
- errorClass: "control-label",
- errorElement: "label",
- highlight:function(element, errorClass, validClass) {
+ highlight:function(element, errorClass, validClass) {
$(element).parents('.form-group').addClass('has-error');
- },
+ },
+ errorPlacement: function(error, element) {} }),
debug:true,
});