summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.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/pkg_mgr_install.php
parent89932a3d79a84616c7b5999f6c27a0db46df1c05 (diff)
downloadpfsense-f9cc072dfdde23bb8fe83b837d0ac883f72ad1d3.zip
pfsense-f9cc072dfdde23bb8fe83b837d0ac883f72ad1d3.tar.gz
Nix hte spinning clock
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 965f730..a0373b0 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -385,7 +385,6 @@ if (!empty($_POST['id']) || $_POST['mode'] == "reinstallall"):
<input type="hidden" name="mode" value="<?=$_POST['mode']?>" />
<input type="hidden" name="completed" value="true" />
- <div id="clock" style="text-align: center;"></div>
<div id="countdown" style="text-align: center;"></div>
<div class="progress" style="display: none;">
@@ -597,8 +596,6 @@ function scrollToBottom() {
}
function startCountdown(time) {
- $('#clock').html('<img src="/321.gif" />');
-
setInterval(function(){
if(time > 0) {
$('#countdown').html('<h4>Rebooting.<br />Page will reload in ' + time + ' seconds.</h4>');
OpenPOWER on IntegriCloud