summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/pkg.php')
-rwxr-xr-xsrc/usr/local/www/pkg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg.php b/src/usr/local/www/pkg.php
index 1ef9589..ff2203d 100755
--- a/src/usr/local/www/pkg.php
+++ b/src/usr/local/www/pkg.php
@@ -254,7 +254,7 @@ if (isset($tab_array)) {
events.push(function() {
function setFilter(filtertext) {
- jQuery('#pkg_filter').val(filtertext);
+ $('#pkg_filter').val(filtertext);
document.pkgform.submit();
}
@@ -268,7 +268,7 @@ events.push(function() {
opacity: 0.8,
helper: function(e, ui) {
ui.children().each(function() {
- jQuery(this).width(jQuery(this).width());
+ $(this).width($(this).width());
});
return ui;
},
OpenPOWER on IntegriCloud