summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-04-15 16:05:01 +0200
committerSimon2011-04-15 16:05:01 +0200
commitd8de896ebe3e01492aed218297229de71f777da3 (patch)
tree779ceb6b2eb2ad122372060c2dbe7308bb22a935 /application/modules/fbgui
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-d8de896ebe3e01492aed218297229de71f777da3.tar.gz
pbs2-d8de896ebe3e01492aed218297229de71f777da3.tar.xz
pbs2-d8de896ebe3e01492aed218297229de71f777da3.zip
download einkommentiert
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/views/scripts/index/start.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml
index 30f89f5..f74c8b2 100644
--- a/application/modules/fbgui/views/scripts/index/start.phtml
+++ b/application/modules/fbgui/views/scripts/index/start.phtml
@@ -164,7 +164,7 @@ function allComplete(){
</div>
<script type="text/javascript">
-/*
+
fbgui.setCallbackOnFinished('foo();');
fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkernel/alpha/<?php echo $this->alphasessionID; ?>/file/kernel');
fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getinitramfs/alpha/<?php echo $this->alphasessionID; ?>/file/initramfs');
@@ -173,5 +173,5 @@ function foo(){
allComplete();
fbgui.quit();
}
-*/
+
</script>