forked from hummypkg/webif
eb0adb8f29
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1172 2a923420-c742-0410-a762-8d5b09965624
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
|
|
$(document).bind('pageinit', function() {
|
|
$('div.status').last().load('/cgi-bin/status.jim', function() {
|
|
$(this).slideDown('slow');
|
|
});
|
|
});
|
|
|