forked from hummypkg/webif
add schedule cleanup button
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1699 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
@@ -205,5 +205,12 @@ $('table.schedule tbody tr').hover(
|
||||
$('a.smenu')
|
||||
.contextMenu({menu: 'optmenu', leftButton: true, beforeShow: preparemenu}, menuclick);
|
||||
|
||||
$('#schedule_cleanup').bind('click', function(e) {
|
||||
if (confirm('Are you sure you want to remove all finished recordings?'))
|
||||
$.get('cleanup.jim',
|
||||
function() { window.location.reload(true);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user