From e17ba14696d6ee7532bacce6b5519594e001f13f Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 4 Dec 2012 18:24:46 -0800 Subject: DB: do the mail table again. Mail almost working onsite, still needs to zot though --- library/jquery_ac/friendica.complete.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library') 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) { -- cgit v1.2.3