From 0da5c340b306b7e47687fcb1088b951ba01be733 Mon Sep 17 00:00:00 2001 From: Naomi Date: Wed, 9 Feb 2011 16:31:12 -0500 Subject: [PATCH] typo. --- public/js/airtime/library/spl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/airtime/library/spl.js b/public/js/airtime/library/spl.js index b4555aba7..7c2535b82 100644 --- a/public/js/airtime/library/spl.js +++ b/public/js/airtime/library/spl.js @@ -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) {