Guest User

Untitled

a guest
Jul 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. onblur : function() {
  2. 214 if(this.old_onblur()) {
  3. 215 // Don't perform instant validation for CalendarDateField fields; it creates usability wierdness.
  4. 216 if(this.parentNode.className.indexOf('calendardate') == -1 || this.value) {
  5. 217 return $('Form_registerStepFour').validate(this);
  6. 218 } else {
  7. 219 return true;
  8. 220 }
  9. 221 }
  10. 222 }
Add Comment
Please, Sign In to add comment