diff options
Diffstat (limited to 'library/jquery_ac/friendica.complete.js')
-rw-r--r-- | library/jquery_ac/friendica.complete.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/jquery_ac/friendica.complete.js b/library/jquery_ac/friendica.complete.js index ff2c37437..4599c7bc1 100644 --- a/library/jquery_ac/friendica.complete.js +++ b/library/jquery_ac/friendica.complete.js @@ -167,10 +167,10 @@ default:
return;
}
- if(e.keyCode != 13) {
+ // if(e.keyCode != 13) {
e.stopImmediatePropagation();
e.preventDefault();
- }
+ //}
},
onKeyUp: function(e) {
|