summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorFrancisco Cavalcante <francisco.cavalcante@bluepex.com>2016-01-22 14:20:24 -0200
committerFrancisco Cavalcante <francisco.cavalcante@bluepex.com>2016-01-22 14:20:24 -0200
commit3f98044a3dcb281a433ea6335285ecdf5da23d96 (patch)
tree0a45c32d7e46de2eb7fa01914b0f68e342eed999 /src/usr/local/www/pkg.php
parent2f84d661d3d3687f71b89b141b6e1c24feb658d1 (diff)
downloadpfsense-3f98044a3dcb281a433ea6335285ecdf5da23d96.zip
pfsense-3f98044a3dcb281a433ea6335285ecdf5da23d96.tar.gz
Replaced jQuery to $ in same files
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