summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-09 14:32:43 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-09 14:32:43 +0545
commit919d91f973c4e730bd3a0999e3aeaefd3df9d61d (patch)
tree66e066b3e1632b4944959219fd5bfff3be770072 /src/usr/local/www/pkg_mgr.php
parentd6b8120d1b3962efd4089c880f018bb736ad1a2d (diff)
downloadpfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.zip
pfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.tar.gz
EOL whitespace and header consistency for www
Diffstat (limited to 'src/usr/local/www/pkg_mgr.php')
-rw-r--r--src/usr/local/www/pkg_mgr.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php
index f97c5e9..01e990b 100644
--- a/src/usr/local/www/pkg_mgr.php
+++ b/src/usr/local/www/pkg_mgr.php
@@ -1,5 +1,4 @@
<?php
-/* $Id$ */
/*
pkg_mgr.php
*/
@@ -258,7 +257,7 @@ events.push(function(){
// Make these controls plain buttons
$("#btnsearch").prop('type' ,'button');
$("#btnclear").prop('type' ,'button');
-
+
// Search for a term in the package name and/or description
$("#btnsearch").click(function() {
var searchstr = $('#searchstr').val().toLowerCase();
@@ -293,7 +292,7 @@ events.push(function(){
$(this).show();
});
});
-
+
// Hitting the enter key will do the same as clicking the search button
$("#searchstr").on("keyup", function (event) {
if (event.keyCode==13) {
OpenPOWER on IntegriCloud