From 2544e2c23b3e70d092f1a5be726ae4a03ce69e11 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 15 Apr 2011 16:11:51 +0200 Subject: Enter bei select --- application/modules/fbgui/views/scripts/index/index.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application/modules/fbgui/views/scripts') diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml index 31d4bf8..5338991 100644 --- a/application/modules/fbgui/views/scripts/index/index.phtml +++ b/application/modules/fbgui/views/scripts/index/index.phtml @@ -40,7 +40,8 @@ if(activeElement < $('.selectswitch').length-1 ) activeElement = activeElement+1; $('.selectswitch').eq(activeElement).click(); - } else if { event.keyCode == 13){ + } else if (event.keyCode == 13) { + // Down $('#startbutton').click(); } }); -- cgit v1.2.3-55-g7522