summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-12-14 09:26:16 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-12-14 09:26:16 -0500
commit316c55037cc3d0ab2f5e9368123bb17441194965 (patch)
treef525d1527e27fc168212dac35bc5e8084fd51ce1 /src/usr/local/www
parent9f6a9f24edf12d961c0318d95b02d969447e2d3d (diff)
downloadpfsense-316c55037cc3d0ab2f5e9368123bb17441194965.zip
pfsense-316c55037cc3d0ab2f5e9368123bb17441194965.tar.gz
Comment fix
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/jquery/pfSenseHelpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/jquery/pfSenseHelpers.js b/src/usr/local/www/jquery/pfSenseHelpers.js
index f6e48e0..fb810c6 100644
--- a/src/usr/local/www/jquery/pfSenseHelpers.js
+++ b/src/usr/local/www/jquery/pfSenseHelpers.js
@@ -342,7 +342,7 @@ function add_row() {
});
}
- // Not that we are no longer cloning the event handlers, we need to remove and re-add after a new row
+ // Now that we are no longer cloning the event handlers, we need to remove and re-add after a new row
// has been added to the table
$('[id^=delete]').unbind();
$('[id^=delete]').click(function(event) {
OpenPOWER on IntegriCloud