summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-04-15 16:11:51 +0200
committerSimon2011-04-15 16:11:51 +0200
commit2544e2c23b3e70d092f1a5be726ae4a03ce69e11 (patch)
tree2fb54c8b0174c0396e2bdf48713ef32eb9ff63d1 /application/modules/fbgui
parentEnter bei select (diff)
downloadpbs2-2544e2c23b3e70d092f1a5be726ae4a03ce69e11.tar.gz
pbs2-2544e2c23b3e70d092f1a5be726ae4a03ce69e11.tar.xz
pbs2-2544e2c23b3e70d092f1a5be726ae4a03ce69e11.zip
Enter bei select
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml3
1 files changed, 2 insertions, 1 deletions
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();
}
});