From dcd52d6075ba2d9cd2500a81cbe811edc70c925b Mon Sep 17 00:00:00 2001 From: Naomi Date: Tue, 17 May 2011 17:53:40 -0400 Subject: [PATCH] CC-1939 Ability to edit name & description of a playlist, display the description somewhere focusing on name input by default. --- airtime_mvc/public/js/airtime/library/spl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/library/spl.js b/airtime_mvc/public/js/airtime/library/spl.js index 10c8fa43b..85a3f8288 100644 --- a/airtime_mvc/public/js/airtime/library/spl.js +++ b/airtime_mvc/public/js/airtime/library/spl.js @@ -432,7 +432,8 @@ function editName() { redrawDataTablePage(); }); }) - .keydown(submitOnEnter); + .keydown(submitOnEnter) + .focus(); } function setUpSPL() {