diff --git a/settings/js/personal.js b/settings/js/personal.js index 9967ddc7bb..f56dd3425f 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -26,7 +26,7 @@ jQuery.fn.keyUpDelayedOrEnter = function(callback){ } }, 1000)); - this.keypress(function () { + this.keypress(function (event) { if (event.keyCode === 13 && that.val() !== '' ){ event.preventDefault(); cb();