From 6db3e8275902f486dec4aa450af6d31d77e4750e Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 4 Nov 2008 14:31:32 +0000 Subject: [PATCH] =?UTF-8?q?-=20LSform=20:=20S=C3=A9lection=20automatique?= =?UTF-8?q?=20du=20premier=20champ=20d'un=20onglet=20:=20ajout=20de=20la?= =?UTF-8?q?=20=09possibilit=C3=A9=20de=20la=20selection=20d'un=20champ=20s?= =?UTF-8?q?elect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/includes/js/LSform.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/includes/js/LSform.js b/trunk/includes/js/LSform.js index a35dad54..efa5e25d 100644 --- a/trunk/includes/js/LSform.js +++ b/trunk/includes/js/LSform.js @@ -73,6 +73,9 @@ var LSform = new Class({ if (!$type(el)) { el = ul.getElement('textarea'); } + if (!$type(el)) { + el = ul.getElement('select'); + } if ($type(el)) { if(el.type!='hidden') { el.focus();