summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-17 14:58:21 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-17 14:58:21 -0500
commitf9cc072dfdde23bb8fe83b837d0ac883f72ad1d3 (patch)
tree86b1694817f037b09839ee88cd19fa45faed9f11 /src/usr/local/www/reboot.php
parent89932a3d79a84616c7b5999f6c27a0db46df1c05 (diff)
downloadpfsense-f9cc072dfdde23bb8fe83b837d0ac883f72ad1d3.zip
pfsense-f9cc072dfdde23bb8fe83b837d0ac883f72ad1d3.tar.gz
Nix hte spinning clock
Diffstat (limited to 'src/usr/local/www/reboot.php')
-rwxr-xr-xsrc/usr/local/www/reboot.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/usr/local/www/reboot.php b/src/usr/local/www/reboot.php
index 712ab00..9e2ef9d 100755
--- a/src/usr/local/www/reboot.php
+++ b/src/usr/local/www/reboot.php
@@ -85,23 +85,13 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
}
?>
-<div id="clock" style="text-align: center;"></div>
+
<div id="countdown" style="text-align: center;"></div>
<script>
//<![CDATA[
events.push(function(){
- $('#clock').pietimer({
- seconds: 90,
- color: '#404040',
- height: 75,
- width: 75
- },
- function(){
- window.location="/index.php";
- });
-
function startCountdown(time) {
setInterval(function(){
$('#countdown').html('<h4>Rebooting<br />Page will reload in ' +time+ ' seconds.</h4>');
@@ -110,7 +100,6 @@ events.push(function(){
}
// startCountdown(60);
- $('#clock').pietimer('start');
startCountdown(90);
});
//]]>
OpenPOWER on IntegriCloud