diff --git a/CONTROL/control b/CONTROL/control
index d12a7fe..e774a6b 100644
--- a/CONTROL/control
+++ b/CONTROL/control
@@ -1,7 +1,7 @@
Package: webif
Priority: optional
Section: web
-Version: 1.2.8-4
+Version: 1.2.8-5
Architecture: mipsel
Maintainer: af123@hummypkg.org.uk
Depends: tcpfix,webif-channelicons(>=1.1.20),lighttpd(>=1.4.39-1),jim(>=0.76),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.1),hmt(>=2.0.9),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7)
diff --git a/boot/xinit.d/ahw b/boot/xinit.d/ahw
index f7deb1a..2d4d204 100755
Binary files a/boot/xinit.d/ahw and b/boot/xinit.d/ahw differ
diff --git a/webif/html/diag/script.js b/webif/html/diag/script.js
index 093d0ab..9a5707d 100644
--- a/webif/html/diag/script.js
+++ b/webif/html/diag/script.js
@@ -25,9 +25,12 @@ function loaddata(data, status)
$(this).empty();
});
}
-// $('#d_results').animate({
-// scrollTop: $('#d_results').scrollTop() + ('#d_results').height()
-// }, 'slow');
+ else
+ $('#results').append(' ' +
+ 'Still working...');
+ $('#d_results').animate({
+ scrollTop: $('#d_results').prop('scrollHeight')
+ }, 'slow');
}
function chunked_request(placeholder, url, data)
diff --git a/webif/html/pkg/script.js b/webif/html/pkg/script.js
index 105b5a1..c8d64c2 100644
--- a/webif/html/pkg/script.js
+++ b/webif/html/pkg/script.js
@@ -99,6 +99,9 @@ function loaddata(data, status)
$('#dialogue').dialog('close');
//stick = false;
}
+ $('#dialogue').animate({
+ scrollTop: $('#dialogue').prop('scrollHeight')
+ }, 'slow');
}
function execopkg(arg, pkg)
diff --git a/webif/html/restart/index.jim b/webif/html/restart/index.jim
index 1ae1b39..629e2c0 100755
--- a/webif/html/restart/index.jim
+++ b/webif/html/restart/index.jim
@@ -63,7 +63,7 @@ System will start in safe mode on next boot.
All custom firmware packages and settings will be removed on next boot.