summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/index/index.phtml
diff options
context:
space:
mode:
authorSimon2011-04-15 16:10:31 +0200
committerSimon2011-04-15 16:10:31 +0200
commit503d7f5e89c00d82ce64f9dcd90334fe062d94dc (patch)
tree539e5666b3cf4ef96d6f1ff5aa91f0c87b03748a /application/modules/fbgui/views/scripts/index/index.phtml
parentdownload einkommentiert (diff)
downloadpbs2-503d7f5e89c00d82ce64f9dcd90334fe062d94dc.tar.gz
pbs2-503d7f5e89c00d82ce64f9dcd90334fe062d94dc.tar.xz
pbs2-503d7f5e89c00d82ce64f9dcd90334fe062d94dc.zip
Enter bei select
Diffstat (limited to 'application/modules/fbgui/views/scripts/index/index.phtml')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 02bd7d0..31d4bf8 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -40,6 +40,8 @@
if(activeElement < $('.selectswitch').length-1 )
activeElement = activeElement+1;
$('.selectswitch').eq(activeElement).click();
+ } else if { event.keyCode == 13){
+ $('#startbutton').click();
}
});
});