Browse Source

fixes #550
split up the if/else so that both ipv4 and ipv6 tests can run without
returning immediately. this allows a single field to accept either type.

Stuart Lee 11 years ago
parent
commit
00f9dffb39
1 changed files with 20 additions and 11 deletions
  1. 20 11
      src/js/validator/ip.js

File diff suppressed because it is too large
+ 20 - 11
src/js/validator/ip.js