Skip to content

Commit 36adf0a

Browse files
committed
Rebuild dist
1 parent c3ed2e7 commit 36adf0a

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

dist/postcodes.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! Ideal Postcodes jQuery Plugin - v3.0.7 - 2018-03-14
1+
/*! Ideal Postcodes jQuery Plugin - v3.0.8 - 2020-01-29
22
* https://github.com/ideal-postcodes/jquery.postcodes
3-
2018 Ideal Postcodes; Licensed MIT */
3+
2020 Ideal Postcodes; Licensed MIT */
44
(function($) {
55
"use strict";
66
// Cache for all new instances of the plugin
@@ -212,6 +212,8 @@
212212
.keypress(function (event) {
213213
if (event.which === 13) {
214214
self.$button.trigger("click");
215+
event.preventDefault();
216+
return false;
215217
}
216218
})
217219
.focus(function () {

dist/postcodes.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)