summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/index/index.phtml
diff options
context:
space:
mode:
authorSimon2011-04-14 17:40:01 +0200
committerSimon2011-04-14 17:40:01 +0200
commit95a936a1b05b3c19b15fcefd658170738f4e47ca (patch)
tree944c56f8559ac7f34bb5c0bb72ee730225b4bd9a /application/modules/fbgui/views/scripts/index/index.phtml
parentdebug fbgui (diff)
downloadpbs2-95a936a1b05b3c19b15fcefd658170738f4e47ca.tar.gz
pbs2-95a936a1b05b3c19b15fcefd658170738f4e47ca.tar.xz
pbs2-95a936a1b05b3c19b15fcefd658170738f4e47ca.zip
fbgui bug workaround
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, 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 0ef6e4e..d5fc8f6 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -38,7 +38,7 @@
});
function start(){
if($('#selectedBootOs').val() != ''){
- window.location='/fbgui/index/start/bme/'+$('#selectedBootOs').val();
+ window.location='/fbgui/index/start/bme/'+$('#selectedBootOs').val()+'/a/<?php echo $this->alphasessionID;?>';
}
else{
alert('You have to select a BootOs');