From 503d7f5e89c00d82ce64f9dcd90334fe062d94dc Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 15 Apr 2011 16:10:31 +0200 Subject: Enter bei select --- application/modules/fbgui/views/scripts/index/index.phtml | 2 ++ application/modules/fbgui/views/scripts/index/start.phtml | 1 + 2 files changed, 3 insertions(+) (limited to 'application') 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(); } }); }); diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml index f74c8b2..1b68415 100644 --- a/application/modules/fbgui/views/scripts/index/start.phtml +++ b/application/modules/fbgui/views/scripts/index/start.phtml @@ -120,6 +120,7 @@ function updateProgress(p, s, u){ } var fileCount = 3; var actFile = 0; + function downloadInfo(filename, filesize){ actFile = actFile+1; $(".downloadelement .status").html("Complete"); -- cgit v1.2.3-55-g7522