From f1d5b8efcec5051079d019b1a014050e1f0b3ba0 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 16 Mar 2016 03:08:06 +0545 Subject: Comment typos - firewall_rules --- src/usr/local/www/firewall_rules.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr/local/www/firewall_rules.php') diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php index 7269ebf..105f673 100644 --- a/src/usr/local/www/firewall_rules.php +++ b/src/usr/local/www/firewall_rules.php @@ -904,10 +904,10 @@ events.push(function() { // "Move to here" (anchor) action $('[id^=Xmove_]').click(function (event) { - // Prent click from toggleing row + // Prevent click from toggling row event.stopImmediatePropagation(); - // Save teh traget rule position + // Save the target rule position var anchor_row = $(this).parents("tr:first"); $('#ruletable > tbody > tr').each(function() { @@ -923,7 +923,7 @@ events.push(function() { } }); - // Tempoerarily set background color so user can more easily see the moved rules, then fade + // Temporarily set background color so user can more easily see the moved rules, then fade $('.highlight').effect("highlight", {color: "#739b4b;"}, 4000); $('#ruletable tr').removeClass("highlight"); $('#order-store').removeAttr('disabled'); @@ -958,7 +958,7 @@ events.push(function() { saving = true; }); - // provide a warning message if the user tries to change page before saving + // Provide a warning message if the user tries to change page before saving $(window).bind('beforeunload', function(){ if ((!saving && dirty) || newSeperator) { return (""); -- cgit v1.1