summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-22 17:00:40 +0100
committermichael2011-11-22 17:00:40 +0100
commit766f8c8d62c5b368519a63bef52478b6c0c777d9 (patch)
tree5c8ea0135be0dbe59eabeca7deeb832a39f7a44f
parentfbgui return to membershipmenu (diff)
downloadpbs2-766f8c8d62c5b368519a63bef52478b6c0c777d9.tar.gz
pbs2-766f8c8d62c5b368519a63bef52478b6c0c777d9.tar.xz
pbs2-766f8c8d62c5b368519a63bef52478b6c0c777d9.zip
fbgui return to membershipmenu
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 58208b4..1dad446 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -127,7 +127,7 @@
</div>
<?php endif;?>
<script type="text/javascript">
- var activeElement = 1;
+ var activeElement = 2;
var abortStartcount = false;
$(document).ready(function(){
$('.selectswitch').click(function(){
@@ -136,7 +136,7 @@
$("#selectedBootOs").val($(this).find('.id').val());
$("#startbutton").focus();
});
- $('.bootmenu .selectswitch').eq(activeElement-1).click();
+ $('.selectswitch').eq(activeElement).click();
$('#startbutton').focus();
$('.selectswitch').dblclick(function(){
$('.selectswitch').removeClass('selected');