forked from hummypkg/webif
bump
git-svn-id: file:///root/webif/svn/pkg/webif/trunk@2662 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
59c4e7ad1f
commit
03164c8b4c
@ -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)
|
||||
|
BIN
boot/xinit.d/ahw
BIN
boot/xinit.d/ahw
Binary file not shown.
@ -25,9 +25,12 @@ function loaddata(data, status)
|
||||
$(this).empty();
|
||||
});
|
||||
}
|
||||
// $('#d_results').animate({
|
||||
// scrollTop: $('#d_results').scrollTop() + ('#d_results').height()
|
||||
// }, 'slow');
|
||||
else
|
||||
$('#results').append('<br><img src=/img/loading.gif> ' +
|
||||
'Still working...');
|
||||
$('#d_results').animate({
|
||||
scrollTop: $('#d_results').prop('scrollHeight')
|
||||
}, 'slow');
|
||||
}
|
||||
|
||||
function chunked_request(placeholder, url, data)
|
||||
|
@ -99,6 +99,9 @@ function loaddata(data, status)
|
||||
$('#dialogue').dialog('close');
|
||||
//stick = false;
|
||||
}
|
||||
$('#dialogue').animate({
|
||||
scrollTop: $('#dialogue').prop('scrollHeight')
|
||||
}, 'slow');
|
||||
}
|
||||
|
||||
function execopkg(arg, pkg)
|
||||
|
@ -63,7 +63,7 @@ System will start in safe mode on next boot.</h3>
|
||||
All custom firmware packages and settings will be removed on next boot.</h3>
|
||||
</div>
|
||||
<div id=warn_rma class="hidden va">
|
||||
<h3><img class=xicon src=/img/rma.png>
|
||||
<h3><img class=xicon src=/img/shredder.png>
|
||||
RMA Mode will be entered on next boot.</h3>
|
||||
</div>
|
||||
<div id=warn_maint class="hidden va">
|
||||
|
Loading…
Reference in New Issue
Block a user