Browse Source

ip mask update

Robin Herbots 11 years ago
parent
commit
473c0130bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/jquery.inputmask.extensions.js

+ 1 - 1
js/jquery.inputmask.extensions.js

@@ -86,7 +86,7 @@ Optional extensions on the jquery.inputmask base
             autoUnmask: false
         },
         "ip": { //ip-address mask
-            mask: ["[[x]y]z.[[x]y]z.[[x]y]z.x[yz]", "[[x]y]z.[[x]y]z.[[x]y]z.[[x]y][z]"],
+            mask: "[[x]y]z.[[x]y]z.[[x]y]z.[[x]y]z",
             definitions: {
                 'x': {
                     validator: "[012]",