diff --git a/CONTROL/control b/CONTROL/control index be7e6e1..c11ee08 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 0.9.2-1 +Version: 0.9.2-2 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.8),hmt(>=1.1.4),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2 diff --git a/var/mongoose/html/pkg.shtml b/var/mongoose/html/pkg.shtml index d6e2a7c..9371057 100644 --- a/var/mongoose/html/pkg.shtml +++ b/var/mongoose/html/pkg.shtml @@ -41,7 +41,14 @@ Upgrade all packages @@ -94,6 +101,8 @@ $(document).ready(function() { $('#dspinner').hide('slow'); if (!$('#dresults').text()) $('#dresults').append('Nothing to do.'); + else + $('#complete').show('slow'); } } @@ -103,6 +112,7 @@ $(document).ready(function() { .attr('disabled', true) .addClass('ui-state-disabled'); $('#dspinner').show(); + $('#complete').hide(); $('#dresults').empty(); $dialog.dialog('open');