forked from hummypkg/webif
remove debug lines
git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3674 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
40a1a42433
commit
3d979a292e
@ -153,14 +153,12 @@ function update_filter($table, change)
|
||||
if (pkgfilter)
|
||||
{
|
||||
$table.find('tr.p_adv').hide();
|
||||
console.log('hiding');
|
||||
$('#filtertext').text('Not showing advanced packages');
|
||||
$('#b_filter').text('Show');
|
||||
}
|
||||
else
|
||||
{
|
||||
$table.find('tr.p_adv').show();
|
||||
console.log('showing');
|
||||
$('#filtertext').text('Advanced packages are being shown');
|
||||
$('#b_filter').text('Hide');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user