summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
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