usability improvements

This commit is contained in:
friendica
2012-11-13 02:57:15 -08:00
parent 9bfff0bca1
commit 67a7d440d9
5 changed files with 37 additions and 36 deletions

View File

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