remove debug lines

git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3674 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2017-02-01 17:43:33 +00:00
parent 40a1a42433
commit 3d979a292e
1 changed files with 0 additions and 2 deletions

View File

@ -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');
}