Skip to content

Commit

Permalink
[build] 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niceue committed Jun 13, 2017
1 parent 1582ebb commit e50d9b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/jquery.validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! nice-validator 1.1.0
/*! nice-validator 1.1.1
* (c) 2012-2017 Jony Zhang <[email protected]>, MIT Licensed
* https://github.com/niceue/nice-validator
*/
Expand Down Expand Up @@ -413,7 +413,7 @@
}
// Generate id
if (!key) {
key = '#' + (el.id = 'N' + +new Date());
key = '#' + (el.id = 'N' + String(Math.random()).slice(-12));
}

field = me.getField(key, true);
Expand Down
Loading

0 comments on commit e50d9b8

Please sign in to comment.