DB: do the mail table again. Mail almost working onsite, still needs to zot though

This commit is contained in:
friendica
2012-12-04 18:24:46 -08:00
parent 707397580c
commit e17ba14696
12 changed files with 173 additions and 284 deletions

View File

@@ -167,10 +167,10 @@
default:
return;
}
if(e.keyCode != 13) {
// if(e.keyCode != 13) {
e.stopImmediatePropagation();
e.preventDefault();
}
//}
},
onKeyUp: function(e) {