typo.
This commit is contained in:
parent
86d60dda9e
commit
0da5c340b3
|
@ -355,7 +355,7 @@ function newSPL() {
|
||||||
|
|
||||||
form = $(json.form);
|
form = $(json.form);
|
||||||
|
|
||||||
form.find("input, description")
|
form.find("input, textarea")
|
||||||
.keydown(function(event){
|
.keydown(function(event){
|
||||||
//enter was pressed
|
//enter was pressed
|
||||||
if(event.keyCode === 13) {
|
if(event.keyCode === 13) {
|
||||||
|
|
Loading…
Reference in New Issue