This commit is contained in:
Naomi 2011-02-09 16:31:12 -05:00
parent 86d60dda9e
commit 0da5c340b3
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ function newSPL() {
form = $(json.form);
form.find("input, description")
form.find("input, textarea")
.keydown(function(event){
//enter was pressed
if(event.keyCode === 13) {