webif/var/mongoose/html/m/script.js
hummypkg 57b78c4c0d new disk diagnostics. Progress on mobile
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1173 2a923420-c742-0410-a762-8d5b09965624
2012-10-25 23:31:09 +00:00

12 lines
262 B
JavaScript

$(document).bind('pageinit', function() {
$('div.status').last().load('/cgi-bin/status.jim', function() {
$(this).slideDown('slow');
});
});
//$(document).delegate('#channelpage', 'pageinit', function() {
//console.log('pageinit for channelpage');
//});