aboutsummaryrefslogtreecommitdiffstats
path: root/library/jquery_ac
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-04 18:24:46 -0800
committerfriendica <info@friendica.com>2012-12-04 18:24:46 -0800
commite17ba14696d6ee7532bacce6b5519594e001f13f (patch)
tree490c90c8ec7cebc3fec94a7ad4c1eab4e9bacab3 /library/jquery_ac
parent707397580c1c4547c0e308f90df61bc68e91b219 (diff)
downloadvolse-hubzilla-e17ba14696d6ee7532bacce6b5519594e001f13f.tar.gz
volse-hubzilla-e17ba14696d6ee7532bacce6b5519594e001f13f.tar.bz2
volse-hubzilla-e17ba14696d6ee7532bacce6b5519594e001f13f.zip
DB: do the mail table again. Mail almost working onsite, still needs to zot though
Diffstat (limited to 'library/jquery_ac')
-rw-r--r--library/jquery_ac/friendica.complete.js4
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) {