summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 17:25:00 +0100
committermichael2011-11-22 17:25:00 +0100
commitb5e4daf7a7cd7021fe18854b83dbd4bf237e08c8 (patch)
tree57c0f608f7c9a51f4dce50933e81ed8fd5cffd02
parentfbgui return to membershipmenu (diff)
downloadpbs2-b5e4daf7a7cd7021fe18854b83dbd4bf237e08c8.tar.gz
pbs2-b5e4daf7a7cd7021fe18854b83dbd4bf237e08c8.tar.xz
pbs2-b5e4daf7a7cd7021fe18854b83dbd4bf237e08c8.zip
fbgui return to membershipmenu
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 8ca376c..bef990b 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -30,7 +30,7 @@
$("#selectedBootOs").val($(this).find('.id').val());
$("#startbutton").focus();
});
- $('.selectswitch').click();
+ $('.selectswitch').eq(activeElement).click();
$('#startbutton').focus();
$('.selectswitch').dblclick(function(){
$('.selectswitch').removeClass('selected');