Commit 6335852

bryfry <bryon.fryer@gmail.com>
2013-10-03 22:00:18
preview push
1 parent aace957
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,
   });