summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index 0a119d9..c6556b3 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -180,7 +180,7 @@ if ($pkg['tabs'] <> "") {
?>
<script>
function setFilter(filtertext) {
- $('pkg_filter').value = filtertext;
+ jQuery('#pkg_filter').val(filtertext);
document.pkgform.submit();
}
</script>
OpenPOWER on IntegriCloud