diff options
Diffstat (limited to 'application/modules/fbgui/views/scripts/index')
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/index.phtml | 2 | ||||
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/start.phtml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml index 6917643..dbb221d 100644 --- a/application/modules/fbgui/views/scripts/index/index.phtml +++ b/application/modules/fbgui/views/scripts/index/index.phtml @@ -1,5 +1,5 @@ <?php if(isset($this->entries)):?> - <script> + <script type="text/javascript"> $(document).ready(function(){ $('.menu').click(function(){ $('.menu').removeClass('selected'); diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml index 2c29fa5..4a13191 100644 --- a/application/modules/fbgui/views/scripts/index/start.phtml +++ b/application/modules/fbgui/views/scripts/index/start.phtml @@ -1,4 +1,4 @@ -<style> +<style type="text/css"> /* position the bars and balls correctly (rotate them and translate them outward)*/ .bar1 { -moz-transform:rotate(0deg) translate(0, -40px); @@ -69,7 +69,7 @@ to {-webkit-transform:scale(0.5) rotate(360deg);} } */ </style> -<script> +<script type="text/javascript"> //simple script to rotate all spinners 45 degrees on each tick //this works differently from the css transforms, which is smooth @@ -113,7 +113,7 @@ function updateProgress(p, s, u){ <div id="progressbar" style="height: 15px;"></div> <h1>Downloading</h1> -<script> +<script type="text/javascript"> fbgui.setCallbackOnFinished('foo();'); fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkernel/alpha/<?php echo $this->alphaid; ?>/file/kernel'); fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getinitramfs/alpha/<?php echo $this->alphaid; ?>/file/initramfs'); |
